entget


(entget  ename  [ list-of-app-names ] )

This function returns the definition data of ename, optionally including the XData of specified applications.

Arguments

ename  entity or object name

list-of-app-names  (optional) list of application names (strings)

Return

list of object / entity definition data, as assoc list
((-1 . <Ename ...>) (0 . "LINE") ...)

Example

(entget (entlast) '("MyApp1" "MyApp2" "Test*"))
returns the definition data of the last entity, including XData of "MyApp1", "MyApp2", and any application with name matching the "Test*" specification

Remarks

application names can be specified with wildcards



©  Bricsys NV. All rights reserved.