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

In This Topic
    PlacementPolygonCenterMethod Enumeration
    In This Topic
    Options for how a single marker will be placed within the polygon.
    Syntax
    public enum PlacementPolygonCenterMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum PlacementPolygonCenterMethod 
       Inherits System.Enum
       Implements 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

    ArcGIS Pro version: 3 or higher.
    See Also