IFlowsheetCreateReactionSet Method |
Creates a Reaction Set object.
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax IReactionSet CreateReactionSet(
string name,
string description
)
Function CreateReactionSet (
name As String,
description As String
) As IReactionSet
Request Example
View SourceParameters
- name String
- Name/ID of the reaction set
- description String
- Description
Return Value
IReactionSetSee Also