GetLabelGroupIds Method

Gets the ObjectIdCollection of the Alignment's label group.

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

Syntax

C#

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

Visual Basic

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

Visual C++

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

See Also