API Reference > OdDb Classes > OdDbSectionViewStyle Class > OdDbSectionViewStyle Enumerations > OdDbSectionViewStyle::IdentifierPosition Enumeration
OdDbSectionViewStyle::IdentifierPosition Enumeration
Syntax
C++
enum IdentifierPosition { kEndCuttingPlane = 0, kAboveDirectionArrowLine = 1, kAboveDirectionArrowSymbol = 2, kStartDirectionArrow = 3, kEndDirectionArrow = 4 };

DbSectionViewStyle.h

Members 
Description 
kEndCuttingPlane = 0 
The identifier is placed at the end of the cutting plane. 
kAboveDirectionArrowLine = 1 
The identifier is placed above the direction arrow line. 
kAboveDirectionArrowSymbol = 2 
The identifier is placed above the direction arrow symbol. 
kStartDirectionArrow = 3 
The identifier is placed at the start of the direction arrow. 
kEndDirectionArrow = 4 
The identifier is placed at the end of the direction arrow. 

Defines identifier position types.

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