PipeSection(Int32, String, Int32, Int32, String, Double, Double, Double, Double) Constructor |
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.PipeAssembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax public PipeSection(
int indice,
string tipo,
int qtde,
int incrementos,
string material,
double comp,
double elev,
double de,
double di
)
Public Sub New (
indice As Integer,
tipo As String,
qtde As Integer,
incrementos As Integer,
material As String,
comp As Double,
elev As Double,
de As Double,
di As Double
)
Request Example
View SourceParameters
- indice Int32
-
- tipo String
-
- qtde Int32
-
- incrementos Int32
-
- material String
-
- comp Double
-
- elev Double
-
- de Double
-
- di Double
-
See Also