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.

TD_Db 

 

 
Name 
Description 
 
This is OdDbIndex, a member of class OdDbIndex. 
 
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.
 
 
This is ODDB_DECLARE_MEMBERS, a member of class OdDbIndex. 
 
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–2020. Open Design Alliance. All rights reserved.