This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation3DGEN Interface > IAffineTransformation3DGEN.GetRMSError Method (ArcObjects .NET 10.5 SDK) |
RMS (Root Mean Square) error expressed relative to the 'from' and 'to' points defining the transformation. These error terms are valid after using DefineFromControlPoints/Ex to define the transformation.
[Visual Basic .NET] Public Sub GetRMSError ( _ ByRef fromError As Double, _ ByRef toError As Double _ )
[C#] public void GetRMSError ( ref double fromError, ref double toError );
[C++]
HRESULT GetRMSError(
double* fromError,
double* toError
);
[C++]
Parameters fromError [in, out] fromError is a parameter of type double toError [in, out] toError is a parameter of type double