This document is archived and information here might be outdated.  Recommended version.


ITerrainToRasterFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITerrainToRasterFunctionArguments Interface
ArcGIS Developer Help

ITerrainToRasterFunctionArguments Interface

Provides access to members that control terrain to raster conversion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property CacheMaxNumSurfaces Maximum number of different surfaces kept in this cache folder.
Read/write property CacheRasterZTolerance Z tolerance for rasters in the image cache folder, used for compression.
Read/write property CellWidth Cell width.
Read/write property Terrain The input terrain or terrain name.
Read/write property TinToRasterInterpolationType Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

Classes that implement ITerrainToRasterFunctionArguments

Classes Description
TerrainToRasterFunctionArguments (esriGeoDatabaseExtensions) The TerrainToRasterFunction arguments.