PressurePipeRunCollectioncreatePipeRun Method

Create new pipe run from polyline object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public void createPipeRun(
	string name,
	Polyline path,
	PressurePartSize partSize,
	double depthOfCover,
	bool autoAddBends
)

Parameters

name  String
Name of new pipe run.
path  Polyline
Polyline as input pipe run path.
partSize  PressurePartSize
Pipe size for new pipe run.
depthOfCover  Double
Depth of cover - offset from reference surface if existed.
autoAddBends  Boolean
Bends would be added between pipes or not.

Return Value

Successful to create or not.
See Also