The following tables list the members exposed by FeatureToRaster.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| cell_size | The cell size the output raster dataset will be created with. This is the value in the Environment if specifically set. If the Environment is not set, then cell size is the shortest of the width or height of the extent of in_features, in the output spatial reference, divided by 250. (In, Optional) |
| 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) |
| in_features | The input features to be converted to a raster dataset. (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) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also