Object Filters Detail

AutoCAD Map 3D ObjectARX

 
Object Filters Detail
 
 
 

Object Filters

The AcDbObjectFilter class is the base class for creating object filters, and provides the following functions:

For object-filters source-code samples, see Object Filters Samples.

Basic Filters

The AcDbBasicFilter class (derived from The AcDbObjectFilter) filters objects in the current drawing based on layer, feature-class, and block criteria, and provides the following functions:

  • Feature-class filters:
  • Block filters:

For object-filters source-code samples, see Object Filters Samples.

Back to top

Using Multiple Filters

The AcDbObjectFilterGroup class (derived from The AcDbObjectFilter) filters objects in the current drawing based the based on the criteria of one or more listed filters, and provides the following functions:

For object-filters source-code samples, see Object Filters Samples.

Other Information Sources

  • For more information about object filters in AutoCAD Map 3D, choose Help > Autodesk Map Help > Index tab, and then type the keywords filters and queries to display the related topics.

Object Filters Samples

To view code samples of object-filters functions, open the Samples folder in your AutoCAD Map 3D ObjectARX installation and navigate to Map Samples\ObjectFilter.

Object Filters Classes

To view the object-filters classes, click the following links:

AcDbObjectFilter Class AcDbBasicFilter Class AcDbObjectFilterGroup Class