AcDbObjectFilter Class

Land Desktop Development ARX CPP SDK

Links
AcDbObjectFilter Class
 

Base class for creating filters that filter objects (entities) in the current drawing based on the specified criteria. Use this class to derive custom filters if you want to filter objects on criteria other than layers, feature classes, and blocks; otherwise, use the AcDbBasicFilterclass. Any class that you derive from this class must implement FilterObjects()to define the filtering criteria. To use multiple filters, use the AcDbObjectFilterGroupclass.

class AcDbObjectFilter;
File

AcDbObjectFilter.h

Destroys an instance of this class. 
Constructs an instance of this class. 
Filters objects on the current drawing based on the filtering criteria. 
Determines whether this filter is active. 
Activates or deactivates this filter. When this filter is active, objects are filtered based on the filtering criteria when FilterObjects()in the derived class is called. When this filter is inactive, no objects are filtered. This setting applies only when the AcDbObjectFilterGroupclass is used to filter objects. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].