Unit Op Base ClassSet Calculation Mode Method
Sets the active calculation mode for this unit operation by numeric identifier.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A status message indicating whether the mode change was applied.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public virtual Object SetCalculationMode(
int modeID
)VB
Public Overridable Function SetCalculationMode (
modeID As Integer
) As ObjectParameters
- modeID Int32
- The integer identifier of the calculation mode to activate.
Return Value
ObjectA status message indicating whether the mode change was applied.