Share

ProfileViewPart.GetLabelIds Method

Note: This API is now obsolete.

Gets the object ids of the labels attached to this profile network part



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

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileViewPart.GetPartProfileLabelIds instead.", 
	false)]
public ObjectIdCollection GetLabelIds()

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.ProfileViewPart.GetPartProfileLabelIds instead.", 
	false)>
Public Function GetLabelIds As ObjectIdCollection

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.ProfileViewPart.GetPartProfileLabelIds instead.", 
	false)]
ObjectIdCollection^ GetLabelIds()

Return Value

ObjectIdCollection

See Also

Reference

Was this information helpful?