IRandomFunctionArguments2 Interface

Provides access to members that control random function arguments.

Members

Name Description
Read/write property DistributionArguments The random distribution argument values.
Read-only property DistributionParameter One random distribution parameter value.
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.

IRandomFunctionArguments2.DistributionParameter Property

One random distribution parameter value.

Public Function get_DistributionParameter ( _
    ByVal Index As Integer, _
    ByVal sParameterName As String _
) As Double
public double get_DistributionParameter (
    int Index,
    string sParameterName
);

Inherited Interfaces

Interfaces Description
IRandomFunctionArguments Provides access to members that control random function arguments.

Classes that implement IRandomFunctionArguments2

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.