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

In This Topic
    PlacementAroundPolygonPosition Enumeration
    In This Topic
    Options for how markers are placed in a uniform grid or randomly.
    Syntax
    public enum PlacementAroundPolygonPosition : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum PlacementAroundPolygonPosition 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Bottom The marker is placed below the polygon.
    BottomLeft The marker is placed on the lower left side of the polygon.
    BottomRight The marker is placed on the lower right side of the polygon.
    Left The marker is placed on the left of the polygon.
    Right The marker is placed on the right of the polygon.
    Top The marker is placed above the polygon.
    TopLeft The marker is placed on the upper left side of the polygon.
    TopRight The marker is placed on the upper right side of the polygon.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also