Share

PressurePipeNetwork.AddCurvePipe(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.280

Syntax

C#

[ObsoleteAttribute("Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.", 
	false)]
public ObjectId AddCurvePipe(
	Point3d startPoint,
	Vector2d startDir,
	Point3d endPoint,
	PressurePartSize partSize
)

VB

<ObsoleteAttribute("Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.", 
	false)>
Public Function AddCurvePipe ( 
	startPoint As Point3d,
	startDir As Vector2d,
	endPoint As Point3d,
	partSize As PressurePartSize
) As ObjectId

C++

public:
[ObsoleteAttribute(L"Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.", 
	false)]
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

Reference

Was this information helpful?