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




out_raster
The output raster of randomly distributed values with a range of 0.0 to 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 CreateRandomRaster(out_raster)
C# 
public CreateRandomRaster( 
   object out_raster
)

Parameters

out_raster
The output raster of randomly distributed values with a range of 0.0 to 1.0 (Out, Required)

See Also

© 2010 All Rights Reserved.