vle-entget-massoc
(vle-entget-massoc dxfCode
ename)
returns a list of all values using same key
'dxfCode'
in the (entget) list of an entity 'ename'
Arguments |
dxfCode key to be used to parse the (entget) list of
'ename' |
Return |
a list of all cdr values of
assoc items with key 'dxfCode'; |
Example |
assume 'pline' to be a
LWPOLYLINE with 4 vertices |
Alias |
|
Remarks |
functional identical with : (vle-list-massoc dxfCode (entget ename)), but with higher performance |
© Bricsys NV. All rights reserved. |