NetworkAddCurvePipe(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.292
Syntax
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