Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDetailViewStyle::IdentifierPlacement Enumeration
Syntax
C++
enum IdentifierPlacement { kOutsideBoundary = 0, kOutsideBoundaryWithLeader = 1, kOnBoundary = 2, kOnBoundaryWithLeader };
Members
Description
kOutsideBoundary
Identifier is placed outside of the detail view symbol boundary.
kOutsideBoundaryWithLeader
Identifier is placed outside of the detail view symbol boundary, and the leader between the identifier and the boundary is drawn.
kOnBoundary
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.

File: DbDetailViewStyle.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.