Skip to content

FileSettingsState

Public Class

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

Enables or disables Rhino’s automatic file saving mechanism.


Public Property

How often the document will be saved when Rhino’s automatic file saving mechanism is enabled.


Public Property

Saves render and display meshes in autosave file.


Public Property

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

Gets or sets a value that determines what to do with clipboard data on exit.


Public Property

Gets or sets a value indicating whether to create backup files.


Public Property

Ensures that only one person at a time can have a file open for saving.


Public Property

Displays an information dialog which identifies computer file is open on.


Public Property

true for users who consider view changes a document change.


Public Property

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.)