GetLabelIds Method

Gets the ObjectIdCollection of the Alignment's labels.

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

Syntax

C#

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

Visual Basic

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Alignment.GetAlignmentLabelIds instead.",  _
	False)> _
Public Function GetLabelIds As ObjectIdCollection

Visual C++

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

See Also