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




in_raster
The input raster to aggregate. (In, Required)
out_raster
The output aggregated raster. (Out, Required)
cell_factor
The factor by which to multiply the cell size of the input raster to obtain the desired resolution for the output raster. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_raster As Object, _
   ByVal out_raster As Object, _
   ByVal cell_factor As Integer _
)
Visual Basic (Usage)Copy Code
Dim in_raster As Object
Dim out_raster As Object
Dim cell_factor As Integer
 
Dim instance As Aggregate(in_raster, out_raster, cell_factor)
C# 
public Aggregate( 
   object in_raster,
   object out_raster,
   int cell_factor
)

Parameters

in_raster
The input raster to aggregate. (In, Required)
out_raster
The output aggregated raster. (Out, Required)
cell_factor
The factor by which to multiply the cell size of the input raster to obtain the desired resolution for the output raster. (In, Required)

See Also

© 2010 All Rights Reserved.