PressurePipeNetworkAddCurvePipe(Point3d, Vector2d, 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,
	Vector2d startDir,
	Point3d endPoint,
	PressurePartSize partSize
)

Parameters

startPoint  Point3d
The start point of the curve pipe.
startDir  Vector2d
The start direction of the curve pipe.
endPoint  Point3d
The end point of the curve pipe.
partSize  PressurePartSize
 

Return Value

ObjectId
See Also