Makes a normally distributed raster.
[Visual Basic .NET] Public Function MakeNormal ( _ ) As IGeoDataset
[C#] public IGeoDataset MakeNormal ( );
[C++]
HRESULT MakeNormal(
IGeoDataset** outGeoDataset
);
[C++]Parameters
outGeoDataset [out, retval]outGeoDataset is a parameter of type IGeoDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
creates a grid with randomly dispersed values of a normal distribution on a cell-by-cell basis within the analysis window.
Arguments
There are no arguments with the NORMAL function. The output is a Raster object of the same extent and cell size as the current analysis environment.