ssgetfirst (AutoLISP)

Determines which objects are selected and gripped

Supported Platforms: Windows and Mac OS

Signature

(ssgetfirst)

No arguments.

Return Values

Type: List or nil

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.

Remarks

Note: Only 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.

Examples

N/A