2012

Table Of Contents
WPolygon Selects objects completely inside a polygon defined by points. The
polygon can be any shape but cannot cross or touch itself. The last segment
of the polygon is drawn so that it is closed at all times. WPolygon is not
affected by the PICKADD system variable.
CPolygon Selects objects within and crossing a polygon defined by specifying
points. The polygon can be any shape but cannot cross or touch itself. The
last segment of the polygon is drawn so that it is closed at all times. CPolygon
is not affected by the PICKADD system variable.
Group Selects all objects within one or more named or unnamed groups.
When you specify an unnamed group, be sure to include the asterisk (*). For
example, enter *a3.
Add Switches to the Add method: selected objects can be added to the selection
set by using any of the object selection methods. Auto and Add are the default
methods.
SELECT | 1109