This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterMakerOp Interface > IRasterMakerOp.MakeNormal Method (ArcObjects .NET 10.5 SDK) |
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
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.