This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformation Interface > IPiecewiseTransformation.DefineFromControlPoints Method (ArcObjects .NET 10.4 SDK) |
Defines the best transformation between a set of points.
[Visual Basic .NET] Public Sub DefineFromControlPoints ( _ ByVal NaturalNeighbor As Boolean, _ ByVal numPoints As Integer, _ ByRef fromPoints As IPoint, _ ByRef toPoints As IPoint, _ ByVal identityLinks As IEnumGeometry, _ ByVal extent As IEnvelope _ )
[C#] public void DefineFromControlPoints ( bool NaturalNeighbor, int numPoints, ref IPoint fromPoints, ref IPoint toPoints, ref IEnumGeometry identityLinks, ref IEnvelope extent );