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




in_base_raster
The input raster that will be compared to the test raster. (In, Required)
in_test_raster
The test raster that will be compared to the input base raster. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_base_raster As Object, _
   ByVal in_test_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_base_raster As Object
Dim in_test_raster As Object
 
Dim instance As RasterCompare(in_base_raster, in_test_raster)
C# 
public RasterCompare( 
   object in_base_raster,
   object in_test_raster
)

Parameters

in_base_raster
The input raster that will be compared to the test raster. (In, Required)
in_test_raster
The test raster that will be compared to the input base raster. (In, Required)

See Also

© 2010 All Rights Reserved.