Note: This API is now obsolete.
Gets the ObjectIdCollection of the ProfileView's labels.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileView.GetProfileViewLabelIds instead.", false)] public ObjectIdCollection GetLabelIds()
VB
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileView.GetProfileViewLabelIds instead.", false)> Public Function GetLabelIds As ObjectIdCollection
C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.ProfileView.GetProfileViewLabelIds instead.", false)] ObjectIdCollection^ GetLabelIds()