PressurePipeRunMerge Method |
Merges a specified pipe run into the pipe run.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void Merge(
PressurePipeRun pipeRun
)
Public Sub Merge (
pipeRun As PressurePipeRun
)
public:
void Merge(
PressurePipeRun^ pipeRun
)
Parameters
- pipeRun PressurePipeRun
- The pipe run to be merged into this pipe run.
ExceptionsException | Condition |
---|
[!: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