This document is archived and information here might be outdated. Recommended version. |
Defines the best transformation between a set of points.
[Visual Basic .NET] Public Sub DefineFromControlPointsEx ( _ ByVal NaturalNeighbor As Boolean, _ ByVal numPoints As Integer, _ ByRef fromPoints As WKSPointZ, _ ByRef toPoints As WKSPointZ, _ ByVal identityLinks As IEnumGeometry, _ ByVal extent As IEnvelope _ )
[C#] public void DefineFromControlPointsEx ( bool NaturalNeighbor, int numPoints, ref WKSPointZ fromPoints, ref WKSPointZ toPoints, ref IEnumGeometry identityLinks, ref IEnvelope extent );