ReactionGet Property Value Method
Returns the numeric value of a named reaction property.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The numeric value of the requested property.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public double GetPropertyValue(
string prop
)VB
Public Function GetPropertyValue (
prop As String
) As DoubleParameters
- prop String
- The property identifier string (e.g., "Kinetic_A_Forward").
Return Value
DoubleThe numeric value of the requested property.