<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
<title>layer filter delete</title>
<link>http://www.zwsoft.com/forum/viewthread.php?tid=2288</link>
<description>(defun C:LFD ()
(vl-Load-Com)
(vl-Catch-All-Apply
'(lambda ()
(vla-Remove (vla-GetExtensionDictionary
(vla-Get-Layers
(vla-Get-ActiveDocument
(vlax-Get-Acad-Object))))
&quot;ACAD_LAYERFILTERS&quot;)))
(princ &quot;\nAll layer filters have been deleted.&quot;)
(princ)
)


this layer filter delete lisp do not decrease size as autocad
Is VL still not included</description>
<author>AhmedF1226</author>
<pubDate>2012-07-12 13:12:40</pubDate>
  </channel>
</rss>