Click or drag to resize

FormFlowsheetAddReactionToSet Method


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

Parameters

reactionID  String
 
reactionSetID  String
 
enabled  Boolean
 
rank  Int32
 

Implements

IFlowsheetAddReactionToSet(String, String, Boolean, Int32)
See Also