API Reference > Namespaces > OdDbIndexFilterManager Namespace > Functions > OdDbIndexFilterManager::getIndex Function
OdDbIndexFilterManager::getIndex Function
Syntax
C++
TOOLKIT_EXPORT OdDbIndexPtr getIndex(const OdDbBlockTableRecord* pBTR, const OdRxClass* key, OdDb::OpenMode readOrWrite = OdDb::kForRead);

DbIndex.h

Parameters 
Description 
const OdDbBlockTableRecord* pBTR 
[in] Pointer to the block table record object.  
const OdRxClass* key 
[in] Class descriptor to specify the index object.  
OdDb::OpenMode readOrWrite = OdDb::kForRead 
[in] Mode in which to open the index object. 

Returns the specified Index object. 

 

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