PressurePipeNetworkAddCurvePipe(Point3d, Point3d, Point3d, PressurePartSize) Method

Note: This API is now obsolete.

Adds a curve pipe by using the geometry information.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.", 
	false)]
public ObjectId AddCurvePipe(
	Point3d startPoint,
	Point3d secondPoint,
	Point3d endPoint,
	PressurePartSize partSize
)

Parameters

startPoint  Point3d
The start point of the curve pipe.
secondPoint  Point3d
The second point of the curve pipe.
endPoint  Point3d
The end point of the curve pipe.
partSize  PressurePartSize
 

Return Value

ObjectId
See Also