UnitOpBaseClassSetCalculationMode 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
public virtual Object SetCalculationMode(
	int modeID
)

Parameters

modeID  Int32
The integer identifier of the calculation mode to activate.

Return Value

Object
A status message indicating whether the mode change was applied.

See Also