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


ITransformationMethodRMSError.GetControlPointError Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

ITransformationMethodRMSError.GetControlPointError Method

Returns the errors involved in moving control point i from the 'from' to 'to' system. These error terms are valid after using DefineFromControlPoints to define the transformation.

[Visual Basic .NET]
Public Sub GetControlPointError ( _
    ByVal index As Integer, _
    ByRef toError As Double _
)
[C#]
public void GetControlPointError (
    int index,
    ref double toError
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITransformationMethodRMSError Interface