API Reference > Auxiliary Classes > AECCDefs Namespace > AECCDefs::AnchorLocation Enumeration
AECCDefs::AnchorLocation Enumeration
Syntax
C++
enum AnchorLocation { ealTopLeft = 0, ealTopCenter = 1, ealTopRight = 2, ealMiddleLeft = 3, ealMiddleCenter = 4, ealMiddleRight = 5, ealBottomLeft = 6, ealBottomCenter = 7, ealBottomRight = 8 };

AECCLandDefs.h

Members 
Description 
ealTopLeft = 0 
Top left 
ealTopCenter = 1 
Top center 
ealTopRight = 2 
Top right 
ealMiddleLeft = 3 
Middle left 
ealMiddleCenter = 4 
Middle center 
ealMiddleRight = 5 
Middle right 
ealBottomLeft = 6 
Bottom left 
ealBottomCenter = 7 
Bottom center 
ealBottomRight = 8 
Bottom right 

This enumeration specifies anchor locations. 

 

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