Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getTables Method
Syntax
C++
void getTables(OdTablePtrArray& tables, OdRectArray& locations) const;

Returns all tables that the page contains and their locations. The method fills two passed arrays with table objects and their locations, then returns these arrays to a calling subroutine. 

 

Parameters
Description
tables
[out] A placeholder for the page tables array.
locations
[out] A placeholder for the table locations array.
OdTable class.
Copyright © 2002-2022. Open Design Alliance All rights reserved.