PressurePipeRunCollectionRemove(PressurePipeRun, Boolean, Boolean) Method |
Removes PressurePipeRun from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
PressurePipeRun pipeRun,
bool removeParts,
bool removePath
)
Public Sub Remove (
pipeRun As PressurePipeRun,
removeParts As Boolean,
removePath As Boolean
)
public:
void Remove(
PressurePipeRun^ pipeRun,
bool removeParts,
bool removePath
)
Parameters
- pipeRun PressurePipeRun
- Specifies the piperun object to remove.
- removeParts Boolean
- Specifies whether to delete all the parts along the pipe run.
- removePath Boolean
- Specifies whether to delete the underlying alignment.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when the specified pipeRun cannot be found in the collection.
|
See Also