ArcGIS Pro 2.8 API Reference Guide
MaplexPointPlacementMethod Enumeration

ArcGIS.Core.CIM Namespace : MaplexPointPlacementMethod Enumeration
Maplex point placement methods.
Syntax
public enum MaplexPointPlacementMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum MaplexPointPlacementMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
AroundPoint Around the point.
CenteredOnPoint Centered on the point.
EastOfPoint Right of the point.
NorthEastOfPoint Above and right of the point.
NorthOfPoint Above the point.
NorthWestOfPoint Above and left of the point.
SouthEastOfPoint Below and to the right of the point.
SouthOfPoint Below the point.
SouthWestOfPoint Below and to the left of the point.
WestOfPoint Left of the point,
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.MaplexPointPlacementMethod

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace