PressurePipeLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of all PressurePipeLabels for the specified pressure pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId pipeId
)
Public Shared Function GetAvailableLabelIds (
pipeId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId pipeId
)
Parameters
- pipeId ObjectId
- The ObjectId of a pressure pipe.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the pipeId is invalid.
|
See Also