Adds a curve pipe by using the geometry information.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.",
false)]
public ObjectId AddCurvePipe(
Point3d startPoint,
Point3d secondPoint,
Point3d endPoint,
PressurePartSize partSize
) |
| Visual Basic |
|---|
<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 |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"Use the other overload PressurePipeNetwork.AddCurvePipe() method instead.",
false)]
ObjectId AddCurvePipe(
Point3d startPoint,
Point3d secondPoint,
Point3d endPoint,
PressurePartSize^ partSize
) |
See Also