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


IPiecewiseTransformationMethod.NaturalNeighbor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformationMethod Interface > IPiecewiseTransformationMethod.NaturalNeighbor Property
ArcGIS Developer Help

IPiecewiseTransformationMethod.NaturalNeighbor Property

Indicates whether to use the natural neighbor algorithm.

[Visual Basic .NET]
Public Property NaturalNeighbor As Boolean
[C#]
public bool NaturalNeighbor {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

If this property is True the natural neighbor algorithm will be used to calculate coordinates from the rubber sheeting surface (TIN). If False the default linear algorithm will be used. Natural neighbor is more accurate, linear is faster.

See Also

IPiecewiseTransformationMethod Interface