Defines the best transformation between a set of points.
[Visual Basic .NET] Public Sub DefineFromControlPoints ( _ ByVal numDisplacementPoints As Integer, _ ByRef fromDisplacementPoints As IPoint, _ ByRef toDisplacementPoints As IPoint, _ ByVal identifyLinks As IEnumGeometry, _ ByVal extent As IEnvelope _ )
[C#] public void DefineFromControlPoints ( int numDisplacementPoints, ref IPoint fromDisplacementPoints, ref IPoint toDisplacementPoints, ref IEnumGeometry identifyLinks, ref IEnvelope extent );
Product Availability
Available with ArcGIS Desktop.
Remarks
fromDisplacementPoints and toDisplacementPoints are specified as an array of IPoint.