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 > ITransformationMethodRMSError Interface > ITransformationMethodRMSError.GetControlPointError Method (ArcObjects .NET 10.5 SDK) |
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 );