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


ITinSurface3.InterpolationMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurface3 Interface > ITinSurface3.InterpolationMethod Property
ArcGIS Developer Help

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 [in]

pType is a parameter of type esriSurfaceInterpolationType pType [out, retval]
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