Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::gridVisibility Method (OdUInt32, OdUInt32, OdDb::CellEdgeMask)
Syntax
C++
virtual OdDb::Visibility gridVisibility(OdUInt32 row, OdUInt32 column, OdDb::CellEdgeMask edgeType) const;

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

 

Parameters
Description
row
[in] Row index of the cell.
column
[in] Column index of the cell.
edgeType
[in] Edge type.

gridVisibility() returns one of the following: 

 

Name
Value
OdDb::kInvisible
1
OdDb::kVisible
0

 

edgeType must be one of the following: 

 

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