Returns an ObjectIdCollection of labels on the profile of a specified type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( Type labelGroupClassType, ObjectId sectionViewId, ObjectId sectionId, bool includeDerived )
VB
Public Shared Function GetAvailableLabelGroupIds ( labelGroupClassType As Type, sectionViewId As ObjectId, sectionId As ObjectId, includeDerived As Boolean ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( Type^ labelGroupClassType, ObjectId sectionViewId, ObjectId sectionId, bool includeDerived )
Parameters
- labelGroupClassType Type
- The type of the label group class.
- sectionViewId ObjectId
- The ObjectId of the SectionView where the label groups are located.
- sectionId ObjectId
- The ObjectId of the Section where the label groups are located.
- includeDerived Boolean
- Indicates whether to include the derived types of the specified type.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|