constraints
layoutXL.APVerify constraints 'boolean { t | nil }
Description
In Layout EXL or higher tier, if set, checks all elements in the design for conformance with the Alignment, Orientation, Symmetry, and Distance constraints.
GUI Equivalent
Examples
envGetVal("layoutXL.APVerify" "constraints")
envSetVal("layoutXL.APVerify" "constraints" 'boolean t)
envSetVal("layoutXL.APVerify" "constraints" 'boolean nil)
Related Topics
Return to top