The following tables list the members exposed by TerrainToRaster.
Public Constructors
Public Properties
| Name | Description |
![Public Property](dotnetimages/PublicProperty.gif) | Alias | The alias for this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | data_type | The data type of the output raster. It can be either 32 bit floating point or 32 bit integer. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | in_terrain | The terrain dataset to be converted. (In, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | method | The interpolation method. The default is LINEAR. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | out_raster | The raster to be created. (Out, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | ParameterInfo | The parameters used by this tool. For internal use only. |
![Public Property](dotnetimages/PublicProperty.gif) | 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) |
![Public Property](dotnetimages/PublicProperty.gif) | 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) |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxDirectory | The directory of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxName | The name of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolName | The name of this tool. |
Top
See Also