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

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

Syntax

C#
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId fittingId
)
Visual Basic
Public Shared Function GetAvailableLabelIds ( _
	fittingId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId fittingId
)

Parameters

fittingId
Type: ObjectId
The fitting id.

See Also