API Reference > OdDb Classes > OdDbModelDocViewStyle Class > OdDbModelDocViewStyle Enumerations > OdDbModelDocViewStyle::AttachmentPoint Enumeration
OdDbModelDocViewStyle::AttachmentPoint Enumeration
Syntax
C++
enum AttachmentPoint { kAboveView = 0, kBelowView = 1 };

DbModelDocViewStyle.h

Members 
Description 
kAboveView = 0 
Label text is attached above the view. 
kBelowView = 1 
Label text is attached below the view. 

Defines the attachment point for the model documentation view label text.

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