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

In This Topic
    PlacementRandomlyAlongLineRandomization Enumeration
    In This Topic
    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  
    Public Enum PlacementRandomlyAlongLineRandomization 
       Inherits System.Enum
       Implements 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 or higher.
    See Also