FormFlowsheetRequestSaveWithDirectory Method

Sets the file path to a new location inside the specified directory and saves the simulation.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void RequestSaveWithDirectory(
	string directory
)

Parameters

directory  String
The target directory.

Implements

IFlowsheetRequestSaveWithDirectory(String)

See Also