Click or drag to resize

FileSettingsState Class

Represents a snapshot of FileSettings.
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsFileSettingsState

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileSettingsState

The FileSettingsState type exposes the following members.

Properties
  NameDescription
Public propertyAutoSaveEnabled
Enables or disables Rhino's automatic file saving mechanism.
Public propertyAutoSaveInterval
How often the document will be saved when Rhino's automatic file saving mechanism is enabled.
Public propertyAutoSaveMeshes
Saves render and display meshes in autosave file.
Public propertyClipboardCopyToPreviousRhinoVersion
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 propertyClipboardOnExit
Gets or sets a value that determines what to do with clipboard data on exit.
Public propertyCreateBackupFiles
Gets or sets a value indicating whether to create backup files.
Public propertyFileLockingEnabled
Ensures that only one person at a time can have a file open for saving.
Public propertyFileLockingOpenWarning
Displays an information dialog which identifies computer file is open on.
Public propertySaveViewChanges
true for users who consider view changes a document change.
Public propertyTemplateFileDir
Gets or sets the directory used for template files.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also