lxGenerateInBoundary
layoutXL lxGenerateInBoundary boolean { t | nil }
Description
Generates layout representations within the design boundary when the Generate All From Source command is run.
GUI Equivalent
|
In Boundary (Generate Layout Form) |
Examples
envGetVal("layoutXL" "lxGenerateInBoundary")
envSetVal("layoutXL" "lxGenerateInBoundary" 'boolean t)
envSetVal("layoutXL" "lxGenerateInBoundary" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top