This document is archived and information here might be outdated.  Recommended version.


IRandomFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRandomFunctionArguments Interface
ArcGIS Developer Help

IRandomFunctionArguments Interface

Provides access to members that control random function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.

Classes that implement IRandomFunctionArguments

Classes Description
RandomFunctionArguments The arguments for the random raster function.