This document is archived and information here might be outdated. Recommended version. |
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