MaterialStreamGetPropertyUnit Method

Returns the display unit string for the given property identifier.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public override string GetPropertyUnit(
	string prop,
	IUnitsOfMeasure su = null
)

Parameters

prop  String
Property identifier string.
su  IUnitsOfMeasure  (Optional)
Unit system; defaults to SI if Nothing.

Return Value

String
Unit string for the property.

See Also