API Reference > Namespaces > OdDbIndexFilterManager Namespace > Functions > OdDbIndexFilterManager::addIndex Function
OdDbIndexFilterManager::addIndex Function
Syntax
C++
TOOLKIT_EXPORT void addIndex(OdDbBlockTableRecord* pBTR, OdDbIndex* pIndex);

DbIndex.h

Parameters 
Description 
OdDbBlockTableRecord* pBTR 
[in] Pointer to the block table record object.  
OdDbIndex* pIndex 
[in] Pointer to the Index object. 

Adds the specified Index object to the specified block table record object. 

 

An index of the same OdRxClass as the specified index will be deleted.

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