FlowsheetSolverCalculateObject(Object, CalculationArgs, Object, Boolean) Method |
Flowsheet calculation routine 1. Calculates the object using information sent by the queue and updates the flowsheet.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax public static void CalculateObject(
Object fobj,
CalculationArgs objArgs,
Object sender,
bool OnlyMe = false
)
Public Shared Sub CalculateObject (
fobj As Object,
objArgs As CalculationArgs,
sender As Object,
Optional OnlyMe As Boolean = false
)
Request Example
View SourceParameters
- fobj Object
- Flowsheet to calculate (FormChild object).
- objArgs CalculationArgs
- A CalculationArgs object containing information about the object to be calculated and its current status.
- sender Object
- OnlyMe Boolean (Optional)
-
See Also