SolidsSeparatorGetPropertyUnit 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
public override string GetPropertyUnit(
	string prop,
	IUnitsOfMeasure su = null
)

Parameters

prop  String
The property identifier string.
su  IUnitsOfMeasure  (Optional)
Optional unit system.

Return Value

String
The unit string (e.g., "%").

See Also