Function Entry: ENTNEXT
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ENTNEXT
Name
entnext
Class
Host Function
Syntax
(entnext [ename])
Arguments and Values
ename: optional entity name
Description
Returns the next entity following the supplied entity, or the first non-deleted entity if no argument is given.
Return Values
ENAME or nil.
Side Effects
None.
Compatibility
Important for object traversal and subentity walking.
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.
Source Notes
Notes
- Autodesk documents that
entnextreturns both main entities and subentities. - Autodesk documents that
ssgetreturns only main entities;entnextis used to walk subentity structure.