API Reference > OdDg Classes > OdDgTable Class > OdDgTable Methods > OdDgTable::add Method
OdDgTable::add Method
Syntax
C++
virtual void add(OdDgTableRecordPtr pRecord, bool bCheckData = true);
Parameters 
Description 
OdDgTableRecordPtr pRecord 
[in] Pointer to the record to add.  
bool bCheckData = true 
[in] If it false then check only record name, not editional properties 

Returns the Element ID of the newly added record.

Adds the specified record to this Table object. 

 

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