FileSettingsState Class |
Namespace: Rhino.ApplicationSettings
The FileSettingsState type exposes the following members.
Name | Description | |
---|---|---|
AutoSaveEnabled | Enables or disables Rhino's automatic file saving mechanism. | |
AutoSaveInterval | How often the document will be saved when Rhino's automatic file saving mechanism is enabled. | |
AutoSaveMeshes | Saves render and display meshes in autosave file. | |
ClipboardCopyToPreviousRhinoVersion |
Gets or sets a value that decides if copies to the clipboard are performed in both the current
and previous Rhino clipboard formats. This means you will double the size of what is saved in
the clipboard but will be able to copy from the current to the previous version using the
clipboard.
| |
ClipboardOnExit |
Gets or sets a value that determines what to do with clipboard data on exit.
| |
CreateBackupFiles |
Gets or sets a value indicating whether to create backup files.
| |
FileLockingEnabled | Ensures that only one person at a time can have a file open for saving. | |
FileLockingOpenWarning | Displays an information dialog which identifies computer file is open on. | |
SaveViewChanges | true for users who consider view changes a document change. | |
TemplateFileDir |
Gets or sets the directory used for template files.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |