IFlowsheetAdd Reaction To Set Method
Adds a reaction to a reaction set.
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
void AddReactionToSet(
string reactionID,
string reactionSetID,
bool enabled,
int rank
)VB
Sub AddReactionToSet (
reactionID As String,
reactionSetID As String,
enabled As Boolean,
rank As Integer
)