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


IInterpolationOp2.NaturalNeighbor Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

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,
  IGeoDataset** outGeoDataset
);
[C++]

Parameters GeoDataset [in]
GeoDataset is a parameter of type IGeoDataset outGeoDataset [out, retval]
outGeoDataset 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