Share

PressurePipeRunCollection.Remove(PressurePipeRun, Boolean) Method

Removes PressurePipeRun from the collection.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public void Remove(
	PressurePipeRun pipeRun,
	bool completely
)

VB

Public Sub Remove ( 
	pipeRun As PressurePipeRun,
	completely As Boolean
)

C++

public:
void Remove(
	PressurePipeRun^ pipeRun, 
	bool completely
)

Parameters

pipeRun  PressurePipeRun
Specifies the piperun object to remove.
completely  Boolean
Specifies whether to delete the underlying alignment and all the parts along the pipe run.

Exceptions

ExceptionCondition
ArgumentException Throw when the specified pipeRun cannot be found in the collection.

See Also

Reference

Was this information helpful?