ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMMarkerPlacementAlongLineVariableSize Class / Seed Property

In This Topic
    Seed Property (CIMMarkerPlacementAlongLineVariableSize)
    In This Topic
    Gets or sets the starting value for generating a random number. This random number is used by the Randomization property to determine which size a marker will receive. This is only used if the VariationMethod is set to Random.
    Syntax
    public int Seed {get; set;}
    Public Property Seed As Integer
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also