API Reference > OdDb Classes > OdDbTableTemplate Class > OdDbTableTemplate Methods > OdDbTableTemplate::capture Method
OdDbTableTemplate::capture Method
Syntax
C++
virtual OdResult capture(const OdDbTable* pTable, OdDb::TableCopyOption nCopyOption);
Parameters 
Description 
const OdDbTable* pTable 
[in] Table from which to capture the template.  
OdDb::TableCopyOption nCopyOption 
[in] Specifies which contents are captured while capturing a template. 

Returns eOk if successful. Otherwise, returns eInvalidInput.

Captures table template contents. 

 

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