FormFlowsheetAddUnitSystem Method

Registers a custom unit system with the application and adds it to the units selection list. Shows an error if a system with the same name already exists.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddUnitSystem(
	Units su
)

Parameters

su  Units
The unit system to add.

See Also