UnitOpBaseClassGetKeyPropertyUnits Method

Returns the display unit string for a named key property.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public virtual string GetKeyPropertyUnits(
	string prop_name
)

Parameters

prop_name  String
The name of the key property whose units are requested.

Return Value

String
The unit string (e.g. "kW", "kg/h"), or an empty string if not supported.

Implements

IUnitOperationGetKeyPropertyUnits(String)

See Also