Create new pipe run from polyline object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void createPipeRun(
string name,
Polyline path,
PressurePartSize partSize,
double depthOfCover,
bool autoAddBends
) |
Visual Basic |
---|
Public Sub createPipeRun ( _
name As String, _
path As Polyline, _
partSize As PressurePartSize, _
depthOfCover As Double, _
autoAddBends As Boolean _
) |
Visual C++ |
---|
public:
void createPipeRun(
String^ name,
Polyline^ path,
PressurePartSize^ partSize,
double depthOfCover,
bool autoAddBends
) |
Parameters
- name
- Type: System..::..String
Name of new pipe run.
- path
- Type: Polyline
Polyline as input pipe run path.
- partSize
- Type: Autodesk.Civil.DatabaseServices.Styles..::..PressurePartSize
Pipe size for new pipe run.
- depthOfCover
- Type: System..::..Double
Depth of cover - offset from reference surface if existed.
- autoAddBends
- Type: System..::..Boolean
Bends would be added between pipes or not.
Return Value
Successful to create or not.
See Also