GetPartProfileLabelIds Method

Gets the ObjectIdCollection of the labels attached to this profile network part

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

Syntax

C#

public ObjectIdCollection GetPartProfileLabelIds()

Visual Basic

Public Function GetPartProfileLabelIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetPartProfileLabelIds()

See Also