Removes PressurePipeRun from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void Remove( PressurePipeRun pipeRun, bool completely ) |
Visual Basic |
---|
Public Sub Remove ( _ pipeRun As PressurePipeRun, _ completely As Boolean _ ) |
Visual C++ |
---|
public: void Remove( PressurePipeRun^ pipeRun, bool completely ) |
Parameters
- pipeRun
- Type: Autodesk.Civil.DatabaseServices..::..PressurePipeRun
Specifies the piperun object to remove.
- completely
- Type: System..::..Boolean
Specifies whether to delete the underlying alignment and all the parts along the pipe run.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Throw when the specified pipeRun cannot be found in the collection. |