autoTapShape
layout autoTapShape boolean { t | nil }
Description
Controls whether a design-tap occurs on the first entry point or not, when you create rectangles, polygons, paths, circles, donuts, and ellipses. During the Create command, when Shape Auto Tap is on, the current entry layer will seed the form and update attributes of the object you create based on the first point you enter.
GUI Equivalent
Examples
envGetVal("layout" "autoTapShape")
envSetVal("layout" "autoTapShape" 'boolean t)
Related Topics
Return to top