FlowsheetBaseAddReactionToSet Method

Definition

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

Parameters

reactionID  String
 
reactionSetID  String
 
enabled  Boolean
 
rank  Int32
 

Implements

IFlowsheetAddReactionToSet(String, String, Boolean, Int32)

See Also