Returns an ObjectId collection of AlignmentDesignSpeedLabelGroup objects on the alignment.

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

Syntax

C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentDesignSpeedLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
public static ObjectIdCollection GetAvailableLabelGroups(
	ObjectId alignmentId,
	bool includeDerived
)
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentDesignSpeedLabelGroup.GetAvailableLabelGroupIds instead.",  _
	False)> _
Public Shared Function GetAvailableLabelGroups ( _
	alignmentId As ObjectId, _
	includeDerived As Boolean _
) As ObjectIdCollection
Visual C++
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AlignmentDesignSpeedLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
	ObjectId alignmentId, 
	bool includeDerived
)

Parameters

alignmentId
Type: ObjectId
ObjectId of the alignment where the labels are located.
includeDerived
Type: System..::..Boolean
Indicates whether to include the derived types of label.

Exceptions

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

See Also