Grasshopper API
GH_DragDropFileAction Enumeration |
Enumerates the possible actions for drag+drop loading ghx files.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
None | 0 | Indicates no action is defined. | |
Open | 1 | Open the file(s) as a new document. | |
Examine | 2 | Examine the file(s) using FileViewer.exe | |
Insert | 3 | Insert the file(s) into the current document. | |
Group | 4 | Insert the file(s) into the current document as separate groups. | |
Cluster | 5 | Insert the file(s) into the current document as clusters. |
