Share

Alignment.GetLabelGroupIds Method

Note: This API is now obsolete.

Gets the ObjectIdCollection of the Alignment's label group.



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

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.GetAlignmentLabelGroupIds instead.", 
	false)]
public ObjectIdCollection GetLabelGroupIds()

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.GetAlignmentLabelGroupIds instead.", 
	false)>
Public Function GetLabelGroupIds As ObjectIdCollection

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Alignment.GetAlignmentLabelGroupIds instead.", 
	false)]
ObjectIdCollection^ GetLabelGroupIds()

Return Value

ObjectIdCollection

See Also

Reference

Was this information helpful?