ArcObjects Library Reference (EditorExt)  

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