Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0
Syntax
C# |
---|
public static ObjectIdCollection GetAvailableLabelsByFeatureId<AeccDbIntersectionLocationLabel>(
AcDbObjectId oidFeature
) |
Visual Basic |
---|
Public Shared Function GetAvailableLabelsByFeatureId<AeccDbIntersectionLocationLabel> ( _
oidFeature As AcDbObjectId _
) As ObjectIdCollection |
Visual C++ |
---|
public:
static ObjectIdCollection^ GetAvailableLabelsByFeatureId<AeccDbIntersectionLocationLabel>(
AcDbObjectId oidFeature
) |
Parameters
- oidFeature
- Type: AcDbObjectId
See Also