Reaction SetGet IDby Name Method
Returns the reaction ID corresponding to the given reaction name within the flowsheet.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The unique ID string of the matching reaction, or an empty string if not found.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object GetIDbyName(
string reactname
)VB
Public Function GetIDbyName (
reactname As String
) As ObjectParameters
- reactname String
- The name of the reaction to look up.
Return Value
ObjectThe unique ID string of the matching reaction, or an empty string if not found.