Share

PressurePipeRun.Merge Method

Merges a specified pipe run into the pipe run.



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

Syntax

C#

public void Merge(
	PressurePipeRun pipeRun
)

VB

Public Sub Merge ( 
	pipeRun As PressurePipeRun
)

C++

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

Reference

Was this information helpful?