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