Gets an ObjectIdCollection of all PressurePipeLabels for the specified pressure pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static ObjectIdCollection GetAvailableLabelIds(
ObjectId pipeId
) |
| Visual Basic |
|---|
Public Shared Function GetAvailableLabelIds ( _
pipeId As ObjectId _
) As ObjectIdCollection |
| Visual C++ |
|---|
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId pipeId
) |
Parameters
- pipeId
- Type: ObjectId
The ObjectId of a pressure pipe.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the pipeId is invalid.
|
See Also