trimEnable
layout trimEnable boolean { t | nil }
graphic trimEnable boolean { t | nil }
Description
Hides the layer that is cut using the Trim command.
GUI Equivalent
Examples
envGetVal("layout" "trimEnable")
envSetVal("layout" "trimEnable" 'boolean t)
envGetVal("graphic" "trimEnable")
envSetVal("graphic" "trimEnable" 'boolean t)
Related Topics
Return to top