FormFlowsheetAddReactionToSet Method

Adds a reaction reference to an existing reaction set.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddReactionToSet(
	string reactionID,
	string reactionSetID,
	bool enabled,
	int rank
)

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.

Implements

IFlowsheetAddReactionToSet(String, String, Boolean, Int32)

See Also