ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / PlacementPolygonCenterMethod Enumeration

    PlacementPolygonCenterMethod Enumeration
    Options for how a single marker will be placed within the polygon.
    Syntax
    public enum PlacementPolygonCenterMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Members
    MemberDescription
    BoundingBoxCenter The bounding box of the polygon is used.
    CenterOfMass The centroid of the polygon is used.
    OnPolygon Place on the polygon.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    ArcGIS Pro version: 2.0 or higher.
    See Also