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

    StandardPointPlacementMethod Enumeration
    Standard label engine point placement methods.
    Syntax
    public enum StandardPointPlacementMethod : System.Enum, 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.0 or higher.
    See Also