Form FlowsheetGet Reaction Method
Returns the reaction whose name matches the specified value, or Nothing.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IReaction GetReaction(
string name
)VB
Public Function GetReaction (
name As String
) As IReactionParameters
- name String
- The reaction name.