PumpSet Calculation Mode Method
Sets the active calculation mode by numeric ID.
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 as a string.
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
- Integer identifier corresponding to a PumpCalculationMode value.
Return Value
ObjectThe name of the newly set calculation mode as a string.