PressurePipeLabelGetAvailableLabelIds Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId pipeId
)

Parameters

pipeId  ObjectId
The ObjectId of a pressure pipe.

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the pipeId is invalid.
See Also