API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > gridVisibility Method > OdDbTable::gridVisibility Method (OdUInt32, OdUInt32, OdDb::CellEdgeMask)
OdDbTable::gridVisibility Method (OdUInt32, OdUInt32, OdDb::CellEdgeMask)
Syntax
C++
virtual OdDb::Visibility gridVisibility(OdUInt32 row, OdUInt32 column, OdDb::CellEdgeMask edgeType) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell.  
OdDb::CellEdgeMask edgeType 
[in] Edge type. 

Returns the grid visibility for the specified cell and edge in this table entity (DXF 284-289). 

 

gridVisibility() returns one of the following: 

 

Name 
Value 
OdDb::kInvisible 
OdDb::kVisible 

 

edgeType must be one of the following: 

 

Name 
Value 
Description 
OdDb::kTopMask 
Top-edge index of the table cell. 
OdDb::kRightMask 
Right-edge index of the table cell. 
OdDb::kBottomMask 
Bottom-edge index of the table cell. 
OdDb::kLeftMask 
Left-edge index of the table cell. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.