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


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

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