FormFlowsheetClone Method

Creates a deep copy of this flowsheet by serialising it to a temporary file and reloading it as a new FormFlowsheet instance.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IFlowsheet Clone()

Return Value

IFlowsheet
The cloned IFlowsheet.

Implements

IFlowsheetClone

See Also