Adds a curve pipe by using the geometry information.

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

Syntax

C#
public ObjectId AddCurvePipe(
	PipeCurveGeometry curveGeometry,
	PressurePartSize partSize
)
Visual Basic
Public Function AddCurvePipe ( _
	curveGeometry As PipeCurveGeometry, _
	partSize As PressurePartSize _
) As ObjectId
Visual C++
public:
ObjectId AddCurvePipe(
	PipeCurveGeometry^ curveGeometry, 
	PressurePartSize^ partSize
)

Parameters

curveGeometry
Type: Autodesk.Civil.DatabaseServices..::..PipeCurveGeometry
The pipe curveGeometry object which supplies the geometry information.
partSize
Type: Autodesk.Civil.DatabaseServices.Styles..::..PressurePartSize
The catalog part information used to create the pipe

See Also