Reaction Set Base(String, Int 32, Boolean) Constructor
Initializes a new instance of the ReactionSetBase class with the specified values.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public ReactionSetBase(
string id,
int rank,
bool isactive
)VB
Public Sub New (
id As String,
rank As Integer,
isactive As Boolean
)