FlowsheetSolverGetSolvingList Method |
Retrieves the list of objects to be solved in the flowsheet.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax public static Object[] GetSolvingList(
Object fobj,
bool frompgrid
)
Public Shared Function GetSolvingList (
fobj As Object,
frompgrid As Boolean
) As Object()
Request Example
View SourceParameters
- 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.
See Also