Click or drag to resize

IFlowsheetCreateReactionSet Method

Creates a Reaction Set object.

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
IReactionSet CreateReactionSet(
	string name,
	string description
)
Request Example View Source

Parameters

name  String
Name/ID of the reaction set
description  String
Description

Return Value

IReactionSet
See Also