Form FlowsheetClone 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
The cloned IFlowsheet.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IFlowsheet Clone()VB
Public Function Clone As IFlowsheetReturn Value
IFlowsheetThe cloned IFlowsheet.