Class Hierarchy
AcDbIndexUpdateData
C++
class AcDbIndexUpdateData;
File
dbindex.h
Description
This class is used to serve as a mapping between an AcDbObjectId and any index specific data or flags. For example, during spatial index update, one could associate an entity extents with the AcDbObjectId within this instance.
The primary purpose of the class's get and set methods is to give applications a non-intrusive yet efficient method (O(1)) of associating flags and data with an AcDbObjectId during an index update.
An AcDbIndexUpdateData instance is never directly instantiated. It is always supplied as an argument.
Links
AcDbIndexUpdateData Enumerations, AcDbIndexUpdateData Methods
See Also
AcDbIndex