Click or drag to resize

GH_ClipboardType Enumeration

Enumerates all possible clipboards for GH_DocumentIO operations.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ClipboardType
Members
  Member nameValueDescription
System0 Identifies the Operating System clipboard shared amongst all applications.
Local1 Identifies the DocumentIO clipboard which is only accessible from within a single instance of GH_DocumentIO.
Global2 Identifies the DocumentIO clipboard which is accessible from all instances of GH_DocumentIO in this AppDomain.
See Also