Returns an ObjectIdCollection of all SectionalDataBandLabelGroup objects on the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId profileViewId )
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _ profileViewId As ObjectId _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId profileViewId )
Parameters
- profileViewId
- Type: ObjectId
The ObjectId of the ProfileView where the label groups are located.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the profileViewId is invalid. |