IFlowsheetAddReactionToSet Method |
Adds a reaction to a reaction set.
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax void AddReactionToSet(
string reactionID,
string reactionSetID,
bool enabled,
int rank
)
Sub AddReactionToSet (
reactionID As String,
reactionSetID As String,
enabled As Boolean,
rank As Integer
)
Request Example
View SourceParameters
- reactionID String
- reaction ID
- reactionSetID String
- reaction set ID
- enabled Boolean
- True if the reaction is to be active in the reaction set
- rank Int32
- Rank (0, 1, 2, 3...) of the reaction in the reaction set
See Also