ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / MaplexPointPlacementMethod Enumeration

In This Topic
    MaplexPointPlacementMethod Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also