Share

AlignmentVerticalGeometryPointLabelGroup.GetAvailableLabelGroups Method

Note: This API is now obsolete.

Returns an object Id collection of AlignmentVerticalGeometryPointLabelGroup objects on the alignment.



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

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentVerticalGeometryPointLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
public static ObjectIdCollection GetAvailableLabelGroups(
	ObjectId alignmentId,
	bool includeDerived
)

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AlignmentVerticalGeometryPointLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)>
Public Shared Function GetAvailableLabelGroups ( 
	alignmentId As ObjectId,
	includeDerived As Boolean
) As ObjectIdCollection

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AlignmentVerticalGeometryPointLabelGroup.GetAvailableLabelGroupIds instead.", 
	false)]
static ObjectIdCollection^ GetAvailableLabelGroups(
	ObjectId alignmentId, 
	bool includeDerived
)

Parameters

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

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when alignmentId is invalid.

See Also

Reference

Was this information helpful?