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 |
Return |
list of object / entity
definition data, as assoc list |
Example |
(entget (entlast) '("MyApp1"
"MyApp2" "Test*")) |
Remarks |
application names can be specified with wildcards |
© Bricsys NV. All rights reserved. |