FlowsheetSolver2UpdateDisplayStatus Method

This routine updates the display status of a list of graphic objects in the flowsheet according to their calculated status.

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public static void UpdateDisplayStatus(
	Object fobj,
	string[] ObjIDlist = null,
	bool calculating = false
)

Parameters

fobj  Object
Flowsheet to be calculated (FormChild object).
ObjIDlist  String  (Optional)
List of object IDs to be updated.
calculating  Boolean  (Optional)
Tell the routine that the objects in the list are being calculated at the moment.

See Also