ValveSet Calculation Mode Method
Sets the valve calculation mode by its integer identifier and returns the name of the new mode.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The string name of the newly applied ValveCalculationMode.
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 ValveCalculationMode value.
Return Value
ObjectThe string name of the newly applied ValveCalculationMode.