Share
 
 

namedobjdict (AutoLISP)

Returns the entity name of the current drawing's named object dictionary, which is the root of all nongraphical objects in the drawing

Supported Platforms: Windows, Mac OS, and Web

Signature

(namedobjdict)

No arguments.

Return Values

Type: Ename (entity name)

Always returns an ename.

Remarks

Using the name returned by this function and the dictionary access functions, an application can access the nongraphical objects in the drawing.

Examples

(namedobjdict)
<Entity name: 7ffffb038c0>

Was this information helpful?