This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITransformationMethodGEN Interface > ITransformationMethodGEN.DefineFromControlPoints Method (ArcObjects .NET 10.5 SDK) |
Defines the best transformation between a set of points.
[Visual Basic .NET] Public Sub DefineFromControlPoints ( _ ByRef fromDisplacementPoints As IPoint[], _ ByRef toDisplacementPoints As IPoint[], _ ByVal identifyLinks As IEnumGeometry, _ ByVal extent As IEnvelope _ )
[C#] public void DefineFromControlPoints ( ref IPoint[] fromDisplacementPoints, ref IPoint[] toDisplacementPoints, ref IEnumGeometry identifyLinks, ref IEnvelope extent );