API Reference > Namespaces > OdDbIndexFilterManager Namespace > Functions > OdDbIndexFilterManager::getFilter Function
OdDbIndexFilterManager::getFilter Function
Syntax
C++
TOOLKIT_EXPORT OdDbFilterPtr getFilter(const OdDbBlockReference* pBlkRef, const OdRxClass* key, OdDb::OpenMode readOrWrite);

DbIndex.h

Parameters 
Description 
const OdDbBlockReference* pBlkRef 
[in] Pointer to the block reference entity.  
const OdRxClass* key 
[in] Class descriptor to specify the filter object.  
OdDb::OpenMode readOrWrite 
[in] Mode in which to open the filter object. 

Returns the specified Filter object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.