ProfileViewPartGetLabelIds Method |
Note: This API is now obsolete.
Gets the object ids of the labels attached to this profile network part
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileViewPart.GetPartProfileLabelIds instead.",
false)]
public ObjectIdCollection GetLabelIds()
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileViewPart.GetPartProfileLabelIds instead.",
false)>
Public Function GetLabelIds As ObjectIdCollection
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.ProfileViewPart.GetPartProfileLabelIds instead.",
false)]
ObjectIdCollection^ GetLabelIds()
Return Value
ObjectIdCollection
See Also