IFlowsheetChange Calculation Order Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
List<string> ChangeCalculationOrder(
List<string> objects
)VB
Function ChangeCalculationOrder (
objects As List(Of String)
) As List(Of String)