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


IInterpolationOp2.NaturalNeighbor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > II > IInterpolationOp2 Interface > IInterpolationOp2.NaturalNeighbor Method
ArcGIS Developer Help

IInterpolationOp2.NaturalNeighbor Method

Interpolates using natual neighbor.

[Visual Basic .NET]
Public Function NaturalNeighbor ( _
    ByVal GeoDataset As IGeoDataset _
) As IGeoDataset
[C#]
public IGeoDataset NaturalNeighbor (
    IGeoDataset GeoDataset
);
[C++]
HRESULT NaturalNeighbor(
  IGeoDataset* GeoDataset
);
[C++]
Parameters
GeoDataset [in]

GeoDataset is a parameter of type IGeoDataset*

Product Availability

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

Remarks

geoDataset an input point featureclass containing the points with z values to be interpolated onto a surface Raster

See Also

IInterpolationOp2 Interface