Form FlowsheetAdd Unit System 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddUnitSystem(
Units su
)VB
Public Sub AddUnitSystem (
su As Units
)Parameters
- su Units
- The unit system to add.