Function Entry: SSGET
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: SSGET
Name
ssget
Class
Host Function
Syntax
(ssget [sel-method] [pt1 [pt2]] [pt-list] [filter-list])
Arguments and Values
- optional selection method
- optional points
- optional point list
- optional filter list
Description
Constructs a selection set by interactive or programmatic selection.
Return Values
Selection set (PICKSET) or nil.
Side Effects
- may prompt the user
- may consume interactive input
- depends on drawing state and selection semantics
Affected By
- selection mode
- filter list syntax
- current host selection settings
- vendor-specific extensions
Exceptional Situations
Autodesk documents many ERRNO cases related to invalid filter lists and selection usage.
Compatibility
This is one of the most host-specific functions in the core language.
BricsCAD has historically documented additional ssget modes and differences.
Notes
Autodesk explicitly documents selection methods including at least:
ACCPFILPWWPX
The selection-method sublanguage should later be given its own dedicated specification subsection.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
See Also
- BricsCAD V9 documented
ssgetas compatible-with-enhancements. The current BricsCAD V26 surface is presumed compatible with AutoCAD; specific BricsCAD enhancements should be verified in Phase 5 against a live product.
Source Notes
- [About Selection Set Filter Lists (AutoLISP)](https://help.autodesk.com/cloudhelp/2024/PLK/AutoCAD-AutoLISP/files/GUID-7BE77062-C359-4D01-915B-69CF672C653B.htm)
- [ssget (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/HUN/AutoCAD-AutoLISP-Reference/files/GUID-0F37CC5E-1559-4011-B8CF-A3BA0973B2C3.htm)
- [LISP Compatibility, BricsCAD V9](https://developer.bricsys.com/bricscad/help/en_US/V9/DevRef/source/IDR_LISP_B100.htm)
- [Error Codes Reference (AutoLISP)](https://help.autodesk.com/cloudhelp/2022/HUN/AutoCAD-AutoLISP/files/GUID-97327347-2A13-4CBC-BDBF-979C7F1CABD5.htm)
- Status: documented in role and partially in detail; exhaustive selection-mode semantics still to be expanded.