PressurePipeRunMerge Method

Merges a specified pipe run into the pipe run.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public void Merge(
	PressurePipeRun pipeRun
)

Parameters

pipeRun  PressurePipeRun
The pipe run to be merged into this pipe run.
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when the specified pipe run is not from the same network.
Remarks
One end point of the specified pipe run path must be same as any end point of this pipe run path, and the point will be used as the connection point for merging.
See Also