Click or drag to resize

FlowsheetSolverGetSolvingList Method

Retrieves the list of objects to be solved in the flowsheet.

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
public static Object[] GetSolvingList(
	Object fobj,
	bool frompgrid
)
Request Example View Source

Parameters

fobj  Object
Flowsheet to be calculated (FormChild object)
frompgrid  Boolean
Starts the search from the edited object if the propert was changed from the property grid.

Return Value

Object
A list of objects to be calculated in the flowsheet.
See Also