Material StreamGet Property Value Method
Returns the value of a named stream property converted to the specified unit system.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Property value as an Object.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public override Object GetPropertyValue(
string prop,
IUnitsOfMeasure su = null
)VB
Public Overrides Function GetPropertyValue (
prop As String,
Optional su As IUnitsOfMeasure = Nothing
) As ObjectParameters
- prop String
- Property identifier string.
- su IUnitsOfMeasure (Optional)
- Unit system to convert the result to; defaults to SI if Nothing.
Return Value
ObjectProperty value as an Object.