GetAvailableLabelIds Method

Gets an ObjectIdCollection of all PressurePipeLabels for the specified pressure pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId pipeId
)

Visual Basic

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

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId pipeId
)

Parameters

pipeId
Type: ObjectId
The ObjectId of a pressure pipe.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the pipeId is invalid.

See Also