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