FileSettings.ClipboardCopyToPreviousRhinoVersion Property

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

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool ClipboardCopyToPreviousRhinoVersion { get; set; }
Public Shared Property ClipboardCopyToPreviousRhinoVersion As Boolean
	Get
	Set

Property Value

Type: Boolean
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also