FlowsheetSolver2GetSolvingList Method

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

Definition

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public Object[] GetSolvingList(
	Object fobj,
	bool frompgrid
)

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