Determines which objects are selected and gripped
(ssgetfirst)
Returns a list of two selection sets similar to those passed to sssetfirst. The first element in the list is always nil because AutoCAD no longer supports grips on unselected objects. The second element is a selection set of entities that are selected and gripped. Both elements of the list can be nil.
NoteOnly entities from the
current drawing's model space and paper space, not nongraphical
objects or entities in other block definitions, can be analyzed by
this function.
See Also
-
The ssget and sssetfirst functions.