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


IAdjustXform.NaturalNeighbor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAdjustXform.NaturalNeighbor Property

Indicates if natural neighbor interpolation should be used.

[Visual Basic .NET]
Public Property NaturalNeighbor As Boolean
[C#]
public bool NaturalNeighbor {get; set;}
[C++]
HRESULT get_NaturalNeighbor(
  VARIANT_BOOL* pNaturalNeighbor
);
[C++]
HRESULT put_NaturalNeighbor(
  VARIANT_BOOL pNaturalNeighbor
);
[C++]

Parameters pNaturalNeighbor [out, retval] pNaturalNeighbor is a parameter of type VARIANT_BOOL pNaturalNeighbor [in] pNaturalNeighbor is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAdjustXform Interface

.NET Related Topics

DataSourcesRaster | How to create an AdjustXform for georeferencing images