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