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
'ename' the entity's ename

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)));

(vle-entget) does always return a non-NIL value for omitted "default" values (ByLayer etc.);
NIL if 'dxf' code is not supported by the entity




©  Bricsys NV. All rights reserved.