showOverlapBoundaryOption
abstract showOverlapBoundaryOption boolean { t | nil }
Description
Displays the Create Overlap Boundary option by default when you open the Abstract section of the Abstract Generator form.
The default value is t. When set to nil, the section is hidden.
GUI Equivalent
Examples
envGetVal("abstract" "showOverlapBoundaryOption")
envSetVal("abstract" "showOverlapBoundaryOption" 'boolean nil)
Related Topics
Return to top