pasteRef
layout pasteRef cyclic { "origin" | "lowerLeft" | "lowerCenter" | "lowerRight" | "centerLeft" | "centerCenter" | "centerRight" | "upperLeft" | "upperCenter" | "upperRight" | "user specified" }
Description
Specifies the reference point of the bounding box when pasting. You can select one of the ten reference points when pasting.
The default is user specified.
GUI Equivalent
Examples
envGetVal("layout" "pasteRef")
envSetVal("layout" "pasteRef" 'cyclic "origin")
envSetVal("layout" "pasteRef" 'cyclic "centerLeft")
Related Topics
Return to top