ProfileOverrideGetLabelGroupIds Method |
Note: This API is now obsolete.
Gets the ObjectIdCollection of the Profile's label group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileOverride.GetProfileLabelGroupIds instead.",
false)]
public ObjectIdCollection GetLabelGroupIds()
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileOverride.GetProfileLabelGroupIds instead.",
false)>
Public Function GetLabelGroupIds As ObjectIdCollection
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.ProfileOverride.GetProfileLabelGroupIds instead.",
false)]
ObjectIdCollection^ GetLabelGroupIds()
Return Value
ObjectIdCollection
See Also