Solids SeparatorGet Property Unit Method
Returns the unit string for the specified property.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The unit string (e.g., "%").
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)
- Optional unit system.
Return Value
StringThe unit string (e.g., "%").