This document is archived and information here might be outdated. Recommended version. |
The elevation interpolation method.
[Visual Basic .NET] Public Property InterpolationMethod As esriSurfaceInterpolationType
[C#] public esriSurfaceInterpolationType InterpolationMethod {get; set;}
[C++]
HRESULT get_InterpolationMethod(
esriSurfaceInterpolationType pType
);
[C++]
HRESULT put_InterpolationMethod(
esriSurfaceInterpolationType* pType
);
[C++] Parameters pType [in]
pType is a parameter of type esriSurfaceInterpolationType pType [out, retval]
pType is a parameter of type esriSurfaceInterpolationType*
The method of interpolation used to obtain heights for points, lines, and polygons. The default is linear. Applies to ITinSurface.GetProfile as well as members prefaced by 'Interpolate' in the ITinSurface, ITinSurface2, and ITinSurface3 interfaces.
The value of this property should be saved before, and reset after, calling any of the applicable interpolation functions.