GetAvailableLabelIds Method

Gets an ObjectIdCollection of the PipeProfileLabels on the specified ProfileView.

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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId profileViewId
)

Visual Basic

Public Shared Function GetAvailableLabelIds ( _
	profileViewId As ObjectId _
) As ObjectIdCollection

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId profileViewId
)

Parameters

profileViewId
Type: ObjectId
The ObjectId of a ProfileView.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the profileViewId is invalid.

See Also