Function Entry: SSMEMB
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: SSMEMB
Name
ssmemb
Class
Function
Syntax
(ssmemb ename ss)
Arguments and Values
ename: an entity name to test.ss: a selection set (pickset).
Description
Tests whether ename is a member of ss.
Return Values
Returns ename if it is in ss; otherwise nil.
Side Effects
None.
Examples
- When
e2is inss:(ssmemb e2 ss)returns<Entity name: 1d62d68>. - When
e1is not inss:(ssmemb e1 ss)returns nil.
Availability
- AutoCAD 2026: documented.
- BricsCAD V26: presumed compatible.
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [ssmemb (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-8F291146-6A1A-4A31-9380-C800590BF27D.htm)
- Status: documented (Phase 3 body fill).