Pipe Section(Int 32, String, Int 32, Int 32, String, Double, Double, Double, Double) Constructor
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.Pipe
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public PipeSection(
int indice,
string tipo,
int qtde,
int incrementos,
string material,
double comp,
double elev,
double de,
double di
)VB
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
)