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


ITransformationMethodRMSError.GetRMSError 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.GetRMSError Method
ArcGIS Developer Help

ITransformationMethodRMSError.GetRMSError Method

RMS (Root Mean Square) error expressed relative to the 'from' and 'to' points defining the transformation. These error terms are valid after using DefineFromControlPoints to define the transformation.

[Visual Basic .NET]
Public Sub GetRMSError ( _
    ByRef toError As Double _
)
[C#]
public void GetRMSError (
    ref double toError
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITransformationMethodRMSError Interface