Form FlowsheetAdd Reaction To Set Method
Adds a reaction reference to an existing reaction set.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddReactionToSet(
string reactionID,
string reactionSetID,
bool enabled,
int rank
)VB
Public Sub AddReactionToSet (
reactionID As String,
reactionSetID As String,
enabled As Boolean,
rank As Integer
)Parameters
- reactionID String
- The unique ID of the reaction to add.
- reactionSetID String
- The unique ID of the target reaction set.
- enabled Boolean
- Whether the reaction is active within the set.
- rank Int32
- The evaluation priority rank within the set.