Share

AlignmentVerticalGeometryPointLabelGroup.GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of AlignmentVerticalGeometryPointLabelGroup objects on the Alignment.



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

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

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when alignmentId is invalid.

See Also

Reference

Was this information helpful?