vle-collection->list


(vle-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

(vle-collection->list (vla-get-layers (vlax-get-acad-object)))
returns (#<VLA-OBJECT IAcadLayer> #<VLA-OBJECT IAcadLayer> ...)

Alias


Remarks




©  Bricsys NV. All rights reserved.