Click or drag to resize

IAppSaveActiveProjectAs Method

Saves the active project to a file with the specified file name.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void SaveActiveProjectAs(
	string fileName,
	bool suppressConfirmations
)

Parameters

fileName
Type: SystemString
Full file name of the project.
suppressConfirmations
Type: SystemBoolean
If True, any confirmations regarding overwriting existing file or upgrading file format will be suppressed.
See Also