ArcGIS Pro 2.6 API Reference Guide
PlacementPolygonCenterMethod Enumeration

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

See Also

Reference

ArcGIS.Core.CIM Namespace