Grasshopper API
GH_DocumentIOCopy Method (GH_ClipboardType, IEnumerableGuid) |
Copy the specified objects in the internal document into the clipboard.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public bool Copy( GH_ClipboardType clipboard, IEnumerable<Guid> guids )
Public Function Copy ( clipboard As GH_ClipboardType, guids As IEnumerable(Of Guid) ) As Boolean
Parameters
- clipboard
- Type: Grasshopper.KernelGH_ClipboardType
Specifies the clipboard type to use. - guids
- Type: System.Collections.GenericIEnumerableGuid
List of object ids to copy.
Return Value
Type: BooleanTrue on success, false on failure.
