createMarkers
layoutXL.APVerify createMarkers 'boolean { t | nil }
Description
In Layout EXL or higher tier, displays markers in the design to indicate the locations where violations are reported.
GUI Equivalent
Examples
envGetVal("layoutXL.APVerify" "createMarkers")
envSetVal("layoutXL.APVerify" "createMarkers" 'boolean t)
envSetVal("layoutXL.APVerify" "createMarkers" 'boolean nil)
Related Topics
Return to top