ReactionSetBase(String, Int32, Boolean) Constructor |
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public ReactionSetBase(
string id,
int rank,
bool isactive
)
Public Sub New (
id As String,
rank As Integer,
isactive As Boolean
)
Request Example
View SourceParameters
- id String
-
- rank Int32
-
- isactive Boolean
-
See Also