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


esriInterpolateIrregularDataMethod Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Constants > E > esriInterpolateIrregularDataMethod Constants
ArcGIS Developer Help

esriInterpolateIrregularDataMethod Constants

The interpolation methods for InterpolateIrregularDataFunction.

Constant Value Description
esriNearestNeighbor 0 Every point goes to the closest pixel.
esriBilinear 1 Every point contributes to the four closest pixels.
esriTinningLinear 2 Linear tinning.
esriTinningNaturalNeighbor 3 Natural neighbor tinning.
esriInverseDistanceWeighted 4 Inverse distance weighted interpolation.

Product Availability

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