Returns an ObjectIdCollection of AlignmentStationEquationLabelGroup objects on the alignment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelGroupIds( ObjectId alignmentId )
VB
Public Shared Function GetAvailableLabelGroupIds ( alignmentId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelGroupIds( ObjectId alignmentId )
Parameters
- alignmentId ObjectId
- The ObjectId of the Alignment where the labels are located.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the alignmentId is invalid. |