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