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


ILasDatasetToRasterFunctionArguments.TinToRasterInterpolationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasDatasetToRasterFunctionArguments Interface > ILasDatasetToRasterFunctionArguments.TinToRasterInterpolationType Property
ArcGIS Developer Help

ILasDatasetToRasterFunctionArguments.TinToRasterInterpolationType Property

Tin to raster interpolation type (how to rasterize the tin: Linear or NN).

[Visual Basic .NET]
Public Property TinToRasterInterpolationType As esriSurfaceInterpolationType
[C#]
public esriSurfaceInterpolationType TinToRasterInterpolationType {get; set;}
[C++]
HRESULT get_TinToRasterInterpolationType(
  esriSurfaceInterpolationType* pType
);
[C++]
HRESULT put_TinToRasterInterpolationType(
  esriSurfaceInterpolationType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriSurfaceInterpolationType* pType [in]
pType is a parameter of type esriSurfaceInterpolationType

Product Availability

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

See Also

ILasDatasetToRasterFunctionArguments Interface