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




in_dem_file
The input USGS DEM file. The DEM must be standard USGS 7.5 minute, 1 degree, or any other file in the USGS DEM format. The DEM may be in either fixed or variable record-length format. (In, Required)
out_raster
The output raster dataset to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_dem_file
The input USGS DEM file. The DEM must be standard USGS 7.5 minute, 1 degree, or any other file in the USGS DEM format. The DEM may be in either fixed or variable record-length format. (In, Required)
out_raster
The output raster dataset to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.