FlowsheetSolverUpdateDisplayStatus Method |
This routine updates the display status of a list of graphic objects in the flowsheet according to their calculated status.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax public static void UpdateDisplayStatus(
Object fobj,
string[] ObjIDlist = null,
bool calculating = false
)
Public Shared Sub UpdateDisplayStatus (
fobj As Object,
Optional ObjIDlist As String() = Nothing,
Optional calculating As Boolean = false
)
Request Example
View SourceParameters
- 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