FormFlowsheetChangeCalculationOrder 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
public List<string> ChangeCalculationOrder(
	List<string> objects
)

Parameters

objects  ListString
The initial ordered list of object names.

Return Value

ListString
The reordered list as specified by the user.

Implements

IFlowsheetChangeCalculationOrder(ListString)

See Also