API Reference > Namespaces > OdDb Namespace > Structs, Records, Enums > OdDb::GridProperty Enumeration
OdDb::GridProperty Enumeration
Syntax
C++
enum GridProperty { kGridPropInvalid = 0x00, kGridPropLineStyle = 0x01, kGridPropLineWeight = 0x02, kGridPropLinetype = 0x04, kGridPropColor = 0x08, kGridPropVisibility = 0x10, kGridPropDoubleLineSpacing = 0x20, kGridPropAll = (kGridPropLineStyle | kGridPropLineWeight | kGridPropLinetype | kGridPropColor | kGridPropVisibility | kGridPropDoubleLineSpacing) };

DbTableStyle.h

This is record OdDb::GridProperty.

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