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

In This Topic
    StandardPointPlacementMethod Enumeration
    In This Topic
    Standard label engine point placement methods.
    Syntax
    public enum StandardPointPlacementMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum StandardPointPlacementMethod 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    AroundPoint Placement around the point.
    OnTopPoint Placement on top of the point.
    RotationField Placement by rotation field.
    SpecifiedAngles Placement at specified angles.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also