IFlowsheetAddReactionToSet Method

Adds a reaction to a reaction set.

Definition

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
void AddReactionToSet(
	string reactionID,
	string reactionSetID,
	bool enabled,
	int rank
)

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