Returns an ObjectIdCollection of all available ProfileStationLabelGroup objects on the Profile in the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId profileViewId, ObjectId profileId, bool includeDerived )
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _ profileViewId As ObjectId, _ profileId As ObjectId, _ includeDerived As Boolean _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId profileViewId, ObjectId profileId, bool includeDerived )
Parameters
- profileViewId
- Type: ObjectId
The ObjectId of the ProfileView where the label groups are located.
- profileId
- Type: ObjectId
The ObjectId of the Profile where the label groups are located.
- includeDerived
- Type: System.Boolean
Indicates whether to include the derived types of ProfileStationLabelGroup.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the profileId or profileViewId is invalid. |