API Reference > OdDb Classes > OdDbIndex Class
OdDbIndex Class
OdDbIndexOdDbIndexOdDbIndexOdDbIndexOdDbIndex
Syntax
C++
class OdDbIndex : public OdDbObject;

DbIndex.h

The class is the base class for all OdDb Index objects. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
Reads the .dwg file data of this object.
 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns true if and only if this Index object is up to date. 
 
Returns the Julian lastUpdatedAt timestamp for this Index object. 
 
Returns the UT lastUpdatedAt timestamp for this Index object. 
 
Creates an Iterator object that provides access to the entities in this Index object.
 
 
 
 
Fully rebuilds this Index object from the entities in the block table record object.  
 
Sets the Julian lastUpdatedAt timestamp for this Index object.
 
 
Sets the UT lastUpdatedAt timestamp for this Index object.
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.