PipeLabelGetAvailableLabelIds Method

Gets an ObjectIdCollection of all PipeLabels for the specified Pipe.

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

Parameters

pipeId  ObjectId
The ObjectId of a Pipe.

Return Value

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