Share

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

Syntax

C#

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

VB

<ObsoleteAttribute("Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.", 
	false)>
Public Function AddCurvePipe ( 
	startPoint As Point3d,
	secondPoint As Point3d,
	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, 
	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

Reference

Was this information helpful?