PressurePipeNetworkAddCurvePipe(Point3d, Point3d, Point3d, PressurePartSize) Method |
Note: This API is now obsolete.
Adds a curve pipe by using the geometry information.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
)
<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
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