Share

SaveOptions Object


Description

The SaveOptions object provides access to properties that provide read and write access of the save related application options. This is somewhat equivalent to the Save tab of the Application Options dialog.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
DefaultToSaveForAPIChanges Gets/Sets the default save condition for a document that has API changes.
DefaultToSaveForFileResolutionChange Gets/Sets the default save condition for a document that has file resolution change.
DefaultToSaveForImplicitUpdate Gets/Sets the default save condition for a document that has implicit update.
DefaultToSaveForManualUpdates Gets/Sets the default save condition for a document that has manual updates.
DefaultToSaveForMassPropertyUpdate Gets/Sets the default save condition for a document that has mass property update.
DefaultToSaveForMigration Gets/Sets the default save condition for a document that has been migrated from a previous version of Autodesk Inventor is closed without being explicitly saved.
DefaultToSaveForModelStateUpdates Gets/Sets the default save condition for a document that has model state updates.
DefaultToSaveForUserEdits Gets/Sets the default save condition for a document that has user edits.
PromptSaveForAPIChanges Gets/Sets whether a prompt to save the document should be displayed when a document that has API changes.
PromptSaveForFileResolutionChange Gets/Sets whether a prompt to save the document should be displayed when a document that has file resolution change.
PromptSaveForImplicitUpdate Gets/Sets whether a prompt to save the document should be displayed when a document that has implicit update.
PromptSaveForManualUpdates Gets/Sets whether a prompt to save the document should be displayed when a document that has manual updates.
PromptSaveForMassPropertyUpdate Gets/Sets whether a prompt to save the document should be displayed when a document that has mass property update.
PromptSaveForMigration Gets/Sets whether a prompt to save the document should be displayed when a document that has been migrated from a previous version of Autodesk Inventor is closed without being explicitly saved.
PromptSaveForModelStateUpdates Gets/Sets whether a prompt to save the document should be displayed when a document that has model state updates.
PromptSaveForUserEdits Gets/Sets whether a prompt to save the document should be displayed when a document that has user edits.
SaveFilesInLibraryFolders Gets/Sets whether to save the files in library folders or not.
SaveReminderTimer Gets/Sets the save reminder timer (in minutes).
ShowSaveReminder Gets/Sets whether to display a save reminder to the user.
TranslatorReportLocation Gets/Sets whether to create a tranlation report and where to save it.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Application.SaveOptions, InventorServer.SaveOptions, InventorServerObject.SaveOptions

Version

Introduced in version 11

Was this information helpful?