Form FlowsheetChange Calculation Order Method
Opens the custom calculation order editor and returns the user-defined object sequence.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
The reordered list as specified by the user.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public List<string> ChangeCalculationOrder(
List<string> objects
)VB
Public Function ChangeCalculationOrder (
objects As List(Of String)
) As List(Of String)Parameters
Return Value
ListStringThe reordered list as specified by the user.