The following tables list the members exposed by TerrainToRaster.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| data_type | The data type of the output raster. It can be either 32 bit floating point or 32 bit integer. (In, Optional) |
| in_terrain | The terrain dataset to be converted. (In, Required) |
| method | The interpolation method. The default is LINEAR. (In, Optional) |
| out_raster | The raster to be created. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| pyramid_level_resolution | The resolution, given in z-tolerance or window size, of the pyramid level to use for conversion. The default is 0, full resolution. (In, Optional) |
| sample_distance | Controls the cellsize of the output raster. The cellsize is set in one of two ways. You can use the OBSERVERS option to specify how many cells you want on the longest side. The tool will then calculate the cellsize for you. Alternately, you can use the CELLSIZE option to give an explicit value. (In, Optional) |
| 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