FormFlowsheetRequestSaveWithPath Method

Sets the file path to the specified full path and saves the simulation.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void RequestSaveWithPath(
	string filepath
)

Parameters

filepath  String
The full target file path.

Implements

IFlowsheetRequestSaveWithPath(String)

See Also