Share

PressurePipeNetwork.AddCurvePipe(PipeCurveGeometry, PressurePartSize) Method

Adds a curve pipe by using the geometry information.



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

Syntax

C#

public ObjectId AddCurvePipe(
	PipeCurveGeometry curveGeometry,
	PressurePartSize partSize
)

VB

Public Function AddCurvePipe ( 
	curveGeometry As PipeCurveGeometry,
	partSize As PressurePartSize
) As ObjectId

C++

public:
ObjectId AddCurvePipe(
	PipeCurveGeometry^ curveGeometry, 
	PressurePartSize^ partSize
)

Parameters

curveGeometry  PipeCurveGeometry
The pipe curveGeometry object which supplies the geometry information.
partSize  PressurePartSize
The catalog part information used to create the pipe

Return Value

ObjectId

See Also

Reference

Was this information helpful?