Click or drag to resize

IFlowsheetAddReactionToSet Method

Adds a reaction to a reaction set.

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
void AddReactionToSet(
	string reactionID,
	string reactionSetID,
	bool enabled,
	int rank
)
Request Example View Source

Parameters

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