Information CarrierGet Property Unit Method
Returns the unit string for the specified property (always an empty string for this block).
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
An empty string.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override string GetPropertyUnit(
string prop,
IUnitsOfMeasure su = null
)VB
Public Overrides Function GetPropertyUnit (
prop As String,
Optional su As IUnitsOfMeasure = Nothing
) As StringParameters
- prop String
- The property identifier string.
- su IUnitsOfMeasure (Optional)
- The unit system to use; defaults to SI if not provided.
Return Value
StringAn empty string.