Gets the ObjectIdCollection of the Alignment's label group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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()