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




in_rasters_or_constants
The list of input rasters for which the position of the input with the lowest value will be determined. (In, Required)
out_raster
The output raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_rasters_or_constants
The list of input rasters for which the position of the input with the lowest value will be determined. (In, Required)
out_raster
The output raster. (Out, Required)

See Also

© 2010 All Rights Reserved.