Unit Op Base ClassGet Key Property Value Method
Returns the current numeric value of a named key property in SI units.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The property value as a Double, or 0.0 if not supported.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public virtual double GetKeyPropertyValue(
string prop_name
)VB
Public Overridable Function GetKeyPropertyValue (
prop_name As String
) As DoubleParameters
- prop_name String
- The name of the key property to retrieve.
Return Value
DoubleThe property value as a Double, or 0.0 if not supported.