Flowsheet Solver 2Update Display Status 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
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
public static void UpdateDisplayStatus(
Object fobj,
string[] ObjIDlist = null,
bool calculating = false
)VB
Public Shared Sub UpdateDisplayStatus (
fobj As Object,
Optional ObjIDlist As String() = Nothing,
Optional calculating As Boolean = false
)