vle-entget
(vle-entget dxf ename)
retrieves the value for specified DXF group
code 'dxf' for the entity 'ename'
Arguments |
dxf' the DXF group code to retrieve |
Return |
the value for specified DXF group code as plain Lisp data |
Example |
(vle-entget 62 entity) returns the colour for entity |
Alias |
|
Remarks |
this is a high-performance
replacement for usual code like (cdr (assoc dxf (entget
ename))); |
© Bricsys NV. All rights reserved. |