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


ISwathFunctionArguments.InterpolationMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISwathFunctionArguments Interface > ISwathFunctionArguments.InterpolationMethod Property
ArcGIS Developer Help

ISwathFunctionArguments.InterpolationMethod Property

The interpolation method.

[Visual Basic .NET]
Public Property InterpolationMethod As esriInterpolateIrregularDataMethod
[C#]
public esriInterpolateIrregularDataMethod InterpolationMethod {get; set;}
[C++]
HRESULT get_InterpolationMethod(
  esriInterpolateIrregularDataMethod* pMethod
);
[C++]
HRESULT put_InterpolationMethod(
  esriInterpolateIrregularDataMethod pMethod
);
[C++]
Parameters
pMethod [out, retval]

pMethod is a parameter of type esriInterpolateIrregularDataMethod* pMethod [in]
pMethod is a parameter of type esriInterpolateIrregularDataMethod

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISwathFunctionArguments Interface