Click or drag to resize

FileSettingsStateClipboardCopyToPreviousRhinoVersion 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)
Since: 5.0
Syntax
public bool ClipboardCopyToPreviousRhinoVersion { get; set; }

Property Value

Type: Boolean
See Also