Flowsheet Solver 2Get Solving List 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
A list of objects to be calculated in the flowsheet.
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
C#
public Object[] GetSolvingList(
Object fobj,
bool frompgrid
)VB
Public Function GetSolvingList (
fobj As Object,
frompgrid As Boolean
) As Object()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
ObjectA list of objects to be calculated in the flowsheet.