IRandomFunctionArguments Interface

Provides access to members that control random function arguments.

Members

Name Description
Read/write property DistributionArguments The random distribution argument values.
Read/write property DistributionType The random value distribution type.
Read/write property GeneratorType The type of the random value generator.
Method Init Initializes from a reference raster.
Read/write property RasterInfo The raster information.
Read/write property Seed The seed value for randomization.

IRandomFunctionArguments.DistributionArguments Property

The random distribution argument values.

Public Property DistributionArguments As IDoubleArray
public IDoubleArray DistributionArguments {get; set;}

IRandomFunctionArguments.DistributionType Property

The random value distribution type.

Public Property DistributionType As esriRandomFunctionDistributionType
public esriRandomFunctionDistributionType DistributionType {get; set;}

IRandomFunctionArguments.GeneratorType Property

The type of the random value generator.

Public Property GeneratorType As esriRandomFunctionGeneratorType
public esriRandomFunctionGeneratorType GeneratorType {get; set;}

IRandomFunctionArguments.Init Method

Initializes from a reference raster.

Public Sub Init ( _
    ByVal pRaster As IRaster, _
    ByVal Seed As Integer _
)
public void Init (
    IRaster pRaster,
    uint Seed
);

IRandomFunctionArguments.RasterInfo Property

The raster information.

Public Property RasterInfo As IRasterInfo
public IRasterInfo RasterInfo {get; set;}

IRandomFunctionArguments.Seed Property

The seed value for randomization.

Public Property Seed As Integer
public uint Seed {get; set;}

Classes that implement IRandomFunctionArguments

Classes Description
RandomFunctionArguments The arguments for the random raster function.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.