resetOrientation
layout resetOrientation boolean { t | nil }
Description
Specifies whether the Move or Copy commands or SKILL code using leHiMove or leHiCopy resets orientation to 0 prior to the move or copy, or retains the specified orientation as set by the orientation environment variable. Terminating the Move or Copy command always resets orientation to 0.
GUI Equivalent
Examples
envGetVal("layout" "resetOrientation")
envSetVal("layout" "resetOrientation" 'boolean nil)
Related Topics
Return to top