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