GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of AlignmentCantLabelGroup objects on the Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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 alignmentId is invalid.

See Also