This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformationMethod Interface > IPiecewiseTransformationMethod.NaturalNeighbor Property (ArcObjects .NET 10.4 SDK) |
Indicates whether to use the natural neighbor algorithm.
[Visual Basic .NET] Public Property NaturalNeighbor As Boolean
[C#] public bool NaturalNeighbor {get; set;}
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.