Returns an ObjectIdCollection of all AlignmentMinorStationLabelGroup objects on the Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectIdCollection GetAvailableLabelGroupIds(
	ObjectId alignmentId
)
Visual Basic
Public Shared Function GetAvailableLabelGroupIds ( _
	alignmentId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	ObjectId alignmentId
)

Parameters

alignmentId
Type: ObjectId
The ObjectId of the Alignment where the labels are located.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the alignmentId is invalid.

See Also