API Reference > OdDb Classes > OdDbSection Class > OdDbSection Enumerations > OdDbSection::SubItem Enumeration
OdDbSection::SubItem Enumeration
Syntax
C++
enum SubItem { kNone = 0x00, kSectionLine = 0x01, kSectionLineTop = 0x02, kSectionLineBottom = 0x04, kBackLine = 0x08, kBackLineTop = 0x10, kBackLineBottom = 0x20, kVerticalLineTop = 0x40, kVerticalLineBottom = 0x80 };

DbSection.h

Members 
Description 
kNone = 0x00 
No subitem. 
kSectionLine = 0x01 
Line subitem. 
kSectionLineTop = 0x02 
Line top subitem. 
kSectionLineBottom = 0x04 
Line bottom subitem. 
kBackLine = 0x08 
Back line subitem. 
kBackLineTop = 0x10 
Back line top subitem. 
kBackLineBottom = 0x20 
Back line bottom subitem. 
kVerticalLineTop = 0x40 
Vertical line top subitem. 
kVerticalLineBottom = 0x80 
Vertical line bottom subitem. 

Defines subitems for section plane.

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