largeModgenEnvelopeCheck
layoutXL.APAssist largeModgenEnvelopeCheck boolean { t | nil }
Description
Specifies that the row legality for large Modgens must be verified by checking only the first and last instance of every row, and not by checking every instance. The intermediate instances are skipped. Consider the following example:

For this Modgen, only the X instances are checked. None of the o instances are checked.
GUI Equivalent
Examples
envGetVal("layoutXL.APAssist" "largeModgenEnvelopeCheck")
envSetVal("layoutXL.APAssist" "largeModgenEnvelopeCheck" 'boolean nil)
Related Topics
Setting the Assisted Placement Options in the Placement Options Form
Return to top