Share

AlignmentLabelGroup.GetAvailableLabelGroupIds Method

Returns an ObjectIdCollection of labels on the alignment of a specified type.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelGroupIds(
	RXClass rxClass,
	ObjectId alignmentId,
	bool includeDerived
)

VB

Public Shared Function GetAvailableLabelGroupIds ( 
	rxClass As RXClass,
	alignmentId As ObjectId,
	includeDerived As Boolean
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelGroupIds(
	RXClass^ rxClass, 
	ObjectId alignmentId, 
	bool includeDerived
)

Parameters

rxClass  RXClass
Type of the labels.
alignmentId  ObjectId
ObjectId of the Alignment where the labels are located.
includeDerived  Boolean
Indicates whether to include the derived types of the specified type.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the rxClass or alignmentId is invalid.

See Also

Reference

Was this information helpful?