GetAvailableLabelIds Method

Gets the objectId collection of all labels belonging to this pressure appurtenance.

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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId appurtenanceId
)

Visual Basic

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

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId appurtenanceId
)

Parameters

appurtenanceId
Type: ObjectId
The appurtenance id.

See Also