ArcGIS Pro 3.2 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

    ArcGIS Pro version: 3 or higher.
    See Also