This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.TinToRasterInterpolationType Property (ArcObjects .NET 10.5 SDK) |
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