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


IPiecewiseTransformationGEN.DefineFromControlPointsEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformationGEN Interface > IPiecewiseTransformationGEN.DefineFromControlPointsEx Method
ArcGIS Developer Help

IPiecewiseTransformationGEN.DefineFromControlPointsEx Method

Defines the best transformation between a set of points.

[Visual Basic .NET]
Public Sub DefineFromControlPointsEx ( _
    ByVal NaturalNeighbor As Boolean, _
    ByRef fromPoints As WKSPointZ[], _
    ByRef toPoints As IPoint[], _
    ByVal identityLinks As IEnumGeometry, _
    ByVal extent As IEnvelope _
)
[C#]
public void DefineFromControlPointsEx (
    bool NaturalNeighbor,
    ref WKSPointZ[] fromPoints,
    ref IPoint[] toPoints,
    ref IEnumGeometry identityLinks,
    ref IEnvelope extent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPiecewiseTransformationGEN Interface