AcDbObjectFilter::SetActive Method

Land Desktop Development ARX CPP SDK

AcDbObjectFilter:: SetActive Method
 

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.

Acad::ErrorStatus SetActive(
    bool bActive
);
Parameters 
Description 
bActive 
Input true to activate this filter, or false to deactivate it.  
Returns

Returns Acad::ErrorStatus eOk if successful; otherwise, returns a different error code.

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].