FormFlowsheetSaveToXML Method

Serialises the flowsheet to the specified file path using the main window's XML writer.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void SaveToXML(
	string file
)

Parameters

file  String
The destination file path.

Implements

IFlowsheetBagSaveToXML(String)

See Also