Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableStyle::setGridLineWeight Method (OdDb::LineWeight, int, int)
Syntax
C++
virtual void setGridLineWeight(OdDb::LineWeight lineWeight, int gridlineTypes = OdDb::kAllGridLines, int rowTypes = OdDb::kAllRows);

Sets the grid lineweight for the specified gridline types and row types, or the specified cell and edges in this Table entity (DXF 274-279). 

 

Parameters
Description
lineWeight
[in] Lineweight.
gridlineTypes
[in] Gridline types.
rowTypes
[in] Row types.

gridlineTypes must be a combination of one or more of the following: 

 

Name
Value
OdDb::kHorzTop
1
OdDb::kHorzInside
2
OdDb::kHorzBottom
4
OdDb::kVertLeft
8
OdDb::kVertInside
0x10
OdDb::kVertRight
0x20

 

rowTypes must be a combination of one or more of the following: 

 

Name
Value
OdDb::kTitleRow
1
OdDb::kHeaderRow
2
OdDb::kDataRow
4
Copyright © 2002-2022. Open Design Alliance All rights reserved.