FileSettingsState
Represents a snapshot of FileSettings.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.FileSettingsState
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileSettingsState
The FileSettingsState type exposes the following members.
Properties
Name
Description
Public Property
AutoSaveEnabled
Enables or disables Rhino’s automatic file saving mechanism.
Public Property
AutoSaveInterval
How often the document will be saved when Rhino’s automatic file saving mechanism is enabled.
Public Property
AutoSaveMeshes
Saves render and display meshes in autosave file.
Public Property
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.
Public Property
ClipboardOnExit
Gets or sets a value that determines what to do with clipboard data on exit.
Public Property
CreateBackupFiles
Gets or sets a value indicating whether to create backup files.
Public Property
FileLockingEnabled
Ensures that only one person at a time can have a file open for saving.
Public Property
FileLockingOpenWarning
Displays an information dialog which identifies computer file is open on.
Public Property
SaveViewChanges
true for users who consider view changes a document change.
Public Property
TemplateFileDir
Gets or sets the directory used for template files.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)