ConversionTools
FloatToRaster Constructor(Object,Object)
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > FloatToRaster Class > FloatToRaster Constructor : FloatToRaster Constructor(Object,Object)




in_float_file
The input floating-point binary file. The file must have a .flt extension. There must be a header file in association with the floating-point binary file, with a .hdr extension. (In, Required)
out_raster
The raster dataset to be created. When not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_float_file
The input floating-point binary file. The file must have a .flt extension. There must be a header file in association with the floating-point binary file, with a .hdr extension. (In, Required)
out_raster
The raster dataset to be created. When not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format. (Out, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.