Share

PressurePipeRunCollection.createPipeRun Method

Create new pipe run from polyline object.



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

Syntax

C#

public void createPipeRun(
	string name,
	Polyline path,
	PressurePartSize partSize,
	double depthOfCover,
	bool autoAddBends
)

VB

Public Sub createPipeRun ( 
	name As String,
	path As Polyline,
	partSize As PressurePartSize,
	depthOfCover As Double,
	autoAddBends As Boolean
)

C++

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

Reference

Was this information helpful?