ESRI.ArcGIS.SpatialAnalystTools
CreateNormalRaster Constructor(Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialAnalystTools Namespace > CreateNormalRaster Class > CreateNormalRaster Constructor : CreateNormalRaster Constructor(Object)




out_raster
The output raster of normally distributed values with a mean of 0.0 and a standard deviation of 1.0. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal out_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim out_raster As Object
 
Dim instance As CreateNormalRaster(out_raster)
C# 
public CreateNormalRaster( 
   object out_raster
)

Parameters

out_raster
The output raster of normally distributed values with a mean of 0.0 and a standard deviation of 1.0. (Out, Required)

See Also

© 2010 All Rights Reserved.