API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::getCellExtents Method
OdDbTable::getCellExtents Method
Syntax
C++
virtual void getCellExtents(OdUInt32 row, OdUInt32 column, bool isOuterCell, OdGePoint3dArray& pts) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell.  
bool isOuterCell 
[in] If and only if true, ignores margins.  
OdGePoint3dArray& pts 
[out] Receives the cell extents information. 

Returns the cell extents for the specified cell in this table entity. 

 

If isOuterCell is true, this function returns the extents of the cell without regard to margins. 

If isOuterCell is false, this function returns the extents of cell reduced by the horizontal and vertical cell margins. 

Method generates the eInvalidInput exception when the row argument is more than number of rows or the column argument is more than number of columns.

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