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


ITinSurface3.InterpolationMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinSurface3.InterpolationMethod Property

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 [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.

Description

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.

See Also

ITinSurface3 Interface