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