ArcObjects Library Reference (DataSourcesRaster)  

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