ExpanderSet Calculation Mode Method
Sets the active calculation mode of the expander by numeric ID.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The string representation 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 corresponding to a ExpanderCalculationMode value.
Return Value
ObjectThe string representation of the newly set calculation mode.