vla-collection->list
(vla-collection->list
collection)
creates a normal list of items from given COM
collection 'collection'
Arguments |
'collection' the COM collection object to get the items as normal list from |
Return |
list of items, or NIL if collection is empty |
Example |
(vla-collection->list
(vla-get-layers (vlax-get-acad-object))) |
Alias |
|
Remarks |
deprecated; please use (vle-collection->list) instead |
© Menhirs NV. All rights reserved. |