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

    PlacementRandomlyAlongLineRandomization Enumeration
    Options for the amount of randomness to be used for the size and rotation of the markers on the line.
    Syntax
    public enum PlacementRandomlyAlongLineRandomization : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Members
    MemberDescription
    High A high amount of randomness is applied
    Low A low amount of randomness is applied
    Medium A medium amount of randomness is applied
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also