Dictionary Objects

AutoCAD AutoLISP & Visual LISP

 
Dictionary Objects
 
 
 

The following rules apply to dictionary objects:

  • Dictionary objects can be examined with entget and their xdata modified with entmod. Their entries cannot be altered with entmod. All access to their entries are made through the dictsearch and dictnext functions.
  • Dictionary entry contents cannot be modified through entmod, although xdata can be modified.
  • Dictionary entries that begin with ACAD* cannot be renamed.