 | 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
Syntaxvoid SaveActiveProjectAs(
string fileName,
bool suppressConfirmations
)
Sub SaveActiveProjectAs (
fileName As String,
suppressConfirmations As Boolean
)
Dim instance As IApp
Dim fileName As String
Dim suppressConfirmations As Boolean
instance.SaveActiveProjectAs(fileName,
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