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


IRasterMakerOp.MakeNormal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterMakerOp Interface > IRasterMakerOp.MakeNormal Method
ArcGIS Developer Help

IRasterMakerOp.MakeNormal Method

Makes a normally distributed raster.

[Visual Basic .NET]
Public Function MakeNormal ( _
) As IGeoDataset
[C#]
public IGeoDataset MakeNormal (
);
[C++]
HRESULT MakeNormal(
void
);

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.

See Also

IRasterMakerOp Interface