Share

Network.AddCurvePipe(ObjectId, ObjectId, PipeCurveGeometry, Boolean) Method

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



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

Syntax

C#

public ObjectId AddCurvePipe(
	ObjectId pipeFamilyId,
	ObjectId pipeSizeId,
	PipeCurveGeometry curveGeometry,
	bool applyRules
)

VB

Public Function AddCurvePipe ( 
	pipeFamilyId As ObjectId,
	pipeSizeId As ObjectId,
	curveGeometry As PipeCurveGeometry,
	applyRules As Boolean
) As ObjectId

C++

public:
ObjectId AddCurvePipe(
	ObjectId pipeFamilyId, 
	ObjectId pipeSizeId, 
	PipeCurveGeometry^ curveGeometry, 
	bool applyRules
)

Parameters

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

Return Value

ObjectId

See Also

Reference

Was this information helpful?