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




in_before_surface
The input representing the surface before the cut or fill operation. (In, Required)
in_after_surface
The input representing the surface after the cut or fill operation. (In, Required)
out_raster
The output raster defining regions of cut and of fill. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_before_surface
The input representing the surface before the cut or fill operation. (In, Required)
in_after_surface
The input representing the surface after the cut or fill operation. (In, Required)
out_raster
The output raster defining regions of cut and of fill. (Out, Required)

See Also

© 2010 All Rights Reserved.