ArcGIS Pro 2.9 API Reference Guide
PlacementAroundPolygonPosition Enumeration

ArcGIS.Core.CIM Namespace : PlacementAroundPolygonPosition Enumeration
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, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace