Form FlowsheetCreate Reaction Set Method
Creates and returns a new reaction set with the specified name and description but does not add it to the flowsheet.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
A new IReactionSet instance.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IReactionSet CreateReactionSet(
string name,
string description
)VB
Public Function CreateReactionSet (
name As String,
description As String
) As IReactionSetParameters
Return Value
IReactionSetA new IReactionSet instance.