Grasshopper API
GH_DocumentIOPaste Method |
Deserialize a Grasshopper document from the clipboard.
On success, the internal document of this GH_DocumentIO instance will be set.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public bool Paste( GH_ClipboardType clipboard )
Public Function Paste ( clipboard As GH_ClipboardType ) As Boolean
Parameters
- clipboard
- Type: Grasshopper.KernelGH_ClipboardType
Specifies the clipboard type to use.
Return Value
Type: BooleanTrue on success, false on failure.
