Provides access to members that control random function arguments.
Members
Name | Description | |
---|---|---|
DistributionArguments | The random distribution argument values. | |
DistributionType | The random value distribution type. | |
GeneratorType | The type of the random value generator. | |
Init | Initializes from a reference raster. | |
RasterInfo | The raster information. | |
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. |