Add a curve pipe by using the geometry information of an input curve.

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

Syntax

C#
public ObjectId AddCurvePipe(
	ObjectId pipeFamilyId,
	ObjectId pipeSizeId,
	PipeCurveGeometry curveGeometry,
	bool applyRules
)
Visual Basic
Public Function AddCurvePipe ( _
	pipeFamilyId As ObjectId, _
	pipeSizeId As ObjectId, _
	curveGeometry As PipeCurveGeometry, _
	applyRules As Boolean _
) As ObjectId
Visual C++
public:
ObjectId AddCurvePipe(
	ObjectId pipeFamilyId, 
	ObjectId pipeSizeId, 
	PipeCurveGeometry^ curveGeometry, 
	bool applyRules
)

Parameters

pipeFamilyId
Type: ObjectId
Pipe family id.
pipeSizeId
Type: ObjectId
Object id of the Pipe Size.
curveGeometry
Type: Autodesk.Civil.DatabaseServices..::..PipeCurveGeometry
The pipe curveGeometry object which supplies the geometry information.
applyRules
Type: System..::..Boolean
Returns whether the method needed to apply rules.

See Also