API Reference > OdDg Classes > OdDgTable Class
OdDgTable Class
OdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTableOdDgTable
Syntax
C++
class OdDgTable : public OdDgElement;

DgTable.h

This class is the base class for all Table objects in an OdDgDatabase instance. 

Corresponding C++ library: TG_Db 

 

 
Name 
Description 
 
add 
Adds the specified record to this Table object.
 
 
 
 
Returns an Iterator object that can be used to traverse this Table object.
 
 
 
 
This is the overview for the getAt method overload. 
 
Return maximum index into the table.
 
 
has 
Returns true if and only if this Table object has a record with the specified ElementId.
 
 
Move table record from the table to the end position of the table.
 
 
Move table record from the table to the position with defined index of the table.
 
 
Move table record from the table to the start position of the table.
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.