Constructor that takes all required parameters for geoprocessor execution.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim in_features As Object
Dim field As Object
Dim out_raster As Object
Dim instance As New FeatureToRaster(in_features, field, out_raster) |
Parameters
- in_features
- The input features to be converted to a raster dataset. (In, Required)
- field
- The field used to assign values to the features. This can be a field of the Input features. If the Input features is a point or multipoint file and contains z, this can be the Shape field. (In, Required)
- out_raster
- The output 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