PumpSetCalculationMode 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
public override Object SetCalculationMode(
	int modeID
)

Parameters

modeID  Int32
Integer identifier corresponding to a PumpCalculationMode value.

Return Value

Object
The name of the newly set calculation mode as a string.

See Also