CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 8855

CAD tip CAD tip # 3589:

   
Question CAD 
 %  platform  category 
Q - question

How to delete (purge) unused layer filters?

A - answer In AutoCAD 2004, there is the "Delete all" button in the Named layer filter part of the Layer Properties Manager. In AutoCAD 2005, 2006, 2007 and higher, select your Layer filters in the Layer Properties Manager dialog, right-click and choose Delete.

In older AutoCAD versions (or in AutoCAD 2004/2005) you can perform the following VBA macro to erase (remove) the layer filters (use e.g. the VBASTMT command, all on a single line):

For Each ent In ThisDrawing.Layers.GetExtensionDictionary("ACAD_LAYERFILTERS"): ent.Delete: Next ent

In AutoCAD 2005, add also (single line):

For Each ent In ThisDrawing.Layers.GetExtensionDictionary("ACLYDICTIONARY"): ent.Delete: Next ent

There is also the "REMLAY" VLISP downloadable from the CAD Studio VIP server. Or you can use the DeleteFilters.VLX utility available on Download (APPLOAD the VLX file).

In AutoCAD 2006 and higher you can also use FILTERS command.

As a standalone EXE tool for purging layer filters you can use the PurgeIDS utility (see Download).

ACADACAD2005ACAD2006ACAD2007ADTMapMDT
100% *  CAD 
5.2.2004    70866×   FAQ  
Prices - CAD eShop:

See also:
Tip 13878:SelectSimilar - extended selections for AutoCAD, incl. LT and Web versions
Tip 13855:DBXscanLayers and DBXscanBlocks - bulk report content of DWG files in a folder.
Tip 13688:How to select all DWG objects of a certain type in AutoCAD LT? (texts, circles...)
Tip 13442:How to easily count the number of certain objects in a DWG drawing in AutoCAD LT?
Tip 13288:LayoutLF - automatic switching of group layer filters.


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Save your floating licenses (NLS) consumed by inactive users - free unused licenses with
LogOff 2006 More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist