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




in_topo_features
The Topo class specifies the input features containing the z-values to be interpolated into a surface raster. (In, Required)
out_surface_raster
The output interpolated surface raster. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_topo_features As Object, _
   ByVal out_surface_raster As Object _
)
Visual Basic (Usage)Copy Code
Dim in_topo_features As Object
Dim out_surface_raster As Object
 
Dim instance As TopoToRaster(in_topo_features, out_surface_raster)
C# 
public TopoToRaster( 
   object in_topo_features,
   object out_surface_raster
)

Parameters

in_topo_features
The Topo class specifies the input features containing the z-values to be interpolated into a surface raster. (In, Required)
out_surface_raster
The output interpolated surface raster. (Out, Required)

See Also

© 2010 All Rights Reserved.