Function Entry: SSGETFIRST
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: SSGETFIRST
Name
ssgetfirst
Class
Function
Syntax
(ssgetfirst)
Arguments and Values
None.
Description
Returns the currently selected and gripped objects. Operates only on entities in model space and paper space; nongraphical objects and entities inside block definitions are excluded.
Return Values
A two-element list (grip-set selection-set) or nil. The first element is always nil because AutoCAD no longer supports grips on unselected objects. The second element is a selection set of selected-and-gripped entities, or nil if there are none.
Side Effects
None.
Examples
Not documented on the vendor page.
Availability
- AutoCAD 2026: documented.
- BricsCAD V26: presumed compatible.
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [ssgetfirst (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-F18CB64C-1B18-46F3-BAD4-24D83214CE0D.htm)
- Status: documented (Phase 3 body fill).