selectionToClipboard

Syntax

<Path>.selectionToClipboard
Note:

A 3D Only model does not provide the method selectionToClipboard.

The method selectionToClipboard copies the selected objects, compare selectContents, in the Frame designated by <Path> to the clipboard.

Example

var tab: table[object]
selectContents(true)
selectionToClipboard
current.~.frame2.pasteClipboard(tab)
tab[1,1].ProcTime := 120 -- sets the parameters of pasted objects

Related Topics

Copy Objects on the Home Ribbon Tab

copyObjectsToClipboard