Click or drag to resize

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.FlowsheetSolver
Assembly: 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
)
Request Example View Source

Parameters

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