API Reference > Namespaces > OdDbIndexFilterManager Namespace > Functions > OdDbIndexFilterManager::removeIndex Function
OdDbIndexFilterManager::removeIndex Function
Syntax
C++
TOOLKIT_EXPORT void removeIndex(OdDbBlockTableRecord* pBTR, const OdRxClass* key);

DbIndex.h

Parameters 
Description 
OdDbBlockTableRecord* pBTR 
[in] Pointer to the Block Table Record.  
const OdRxClass* key 
[in] Class descriptor to specify the index. 

Removes the specified Index object from the specified block table record object. 

 

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