API Reference > OdDb Classes > OdDbDetailViewStyle Class > OdDbDetailViewStyle Enumerations > OdDbDetailViewStyle::IdentifierPlacement Enumeration
OdDbDetailViewStyle::IdentifierPlacement Enumeration
Syntax
C++
enum IdentifierPlacement { kOutsideBoundary = 0, kOutsideBoundaryWithLeader = 1, kOnBoundary = 2, kOnBoundaryWithLeader };

DbDetailViewStyle.h

Members 
Description 
kOutsideBoundary = 0 
Identifier is placed outside of the detail view symbol boundary. 
kOutsideBoundaryWithLeader = 1 
Identifier is placed outside of the detail view symbol boundary, and the leader between the identifier and the boundary is drawn. 
kOnBoundary = 2 
Identifier is placed on the detail view symbol boundary. 
kOnBoundaryWithLeader 
Identifier is placed on the detail view symbol boundary. If then the identifier is moved out of the boundary, the leader is added. 

Defines the identifier placement inside the detail view symbol.

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