API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > gridLineWeight Method > OdDbTable::gridLineWeight Method (OdUInt32, OdUInt32, OdDb::CellEdgeMask)
OdDbTable::gridLineWeight Method (OdUInt32, OdUInt32, OdDb::CellEdgeMask)
Syntax
C++
virtual OdDb::LineWeight gridLineWeight(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 lineweight for the specified cell and edge in this table entity (DXF 274-279). 

 

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.