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