FormFlowsheetCreateReactionSet 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
public IReactionSet CreateReactionSet(
	string name,
	string description
)

Parameters

name  String
 
description  String
 

Return Value

IReactionSet
A new IReactionSet instance.

Implements

IFlowsheetCreateReactionSet(String, String)

See Also