This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISwathFunctionArguments Interface > ISwathFunctionArguments.InterpolationMethod Property (ArcObjects .NET 10.4 SDK) |
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