Merges a specified pipe run into the pipe run.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void Merge( PressurePipeRun pipeRun ) |
Visual Basic |
---|
Public Sub Merge ( _ pipeRun As PressurePipeRun _ ) |
Visual C++ |
---|
public: void Merge( PressurePipeRun^ pipeRun ) |
Parameters
- pipeRun
- Type: Autodesk.Civil.DatabaseServices..::..PressurePipeRun
The pipe run to be merged into this pipe run.
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.
Exceptions
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the specified pipe run is not from the same network. |