Merges a specified pipe run into the pipe run.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
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
Exception | Condition |
---|---|
[!:System.ArgumentException] | Thrown when the specified pipe run is not from the same network. |