Provides access to members that control random function arguments.
Members
Name | Description | |
---|---|---|
DistributionArguments | The random distribution argument values. | |
DistributionParameter | One random distribution parameter value. | |
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. |
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. |