AlignmentStationLabelGroupGetAvailableLabelGroups Method

Note: This API is now obsolete.

Returns an ObjectIdCollection of the specified label type on the alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentStationLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
public static ObjectIdCollection GetAvailableLabelGroups(
	ObjectId alignmentId,
	bool includeDerived
)

Parameters

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

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when alignmentId is invalid.
See Also