CoolerSet Calculation Mode Method
Sets the calculation mode by numeric ID and returns the mode name.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The name of the newly set calculation mode.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override Object SetCalculationMode(
int modeID
)VB
Public Overrides Function SetCalculationMode (
modeID As Integer
) As ObjectParameters
- modeID Int32
- The integer ID of the desired calculation mode.
Return Value
ObjectThe name of the newly set calculation mode.