enableCopyAndPaste
layout enableCopyAndPaste boolean { t | nil }
Description
Stores the selected objects and the reference point automatically in the buffer after the reference point for the copy command has been specified when set to t in the Copy command. You can use the Paste command to paste the objects stored in the buffer.
GUI Equivalent
Examples
envGetVal("layout" "enableCopyAndPaste")
envSetVal("layout" "enableCopyAndPaste" 'boolean t)
Related Topics
Return to top