This document is archived and information here might be outdated.  Recommended version.


ITransformationMethod.DefineFromControlPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITransformationMethod Interface > ITransformationMethod.DefineFromControlPoints Method
ArcGIS Developer Help

ITransformationMethod.DefineFromControlPoints Method

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.

See Also

ITransformationMethod Interface