Click or drag to resize

FlowsheetSolverUpdateDisplayStatus Method

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

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
public static void UpdateDisplayStatus(
	Object fobj,
	string[] ObjIDlist = null,
	bool calculating = false
)
Request Example View Source

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