Gets the residuals and RMS using checking points.
[Visual Basic .NET] Public Sub CheckResidualRMS ( _ ByVal CheckingsSurcePoints As IPointCollection, _ ByVal CheckingsTargetPoints As IPointCollection, _ ByVal direction As esriTransformDirection, _ ByRef pResidual As Object, _ ByRef rms As Double _ )
[C#] public void CheckResidualRMS ( IPointCollection CheckingsSurcePoints, IPointCollection CheckingsTargetPoints, esriTransformDirection direction, ref object pResidual, ref double rms );
[C++]
HRESULT CheckResidualRMS(
IPointCollection* CheckingsSurcePoints,
IPointCollection* CheckingsTargetPoints,
esriTransformDirection direction,
VARIANT* pResidual,
double* rms
);
[C++]Parameters
CheckingsSurcePoints [in]CheckingsSurcePoints is a parameter of type IPointCollection
CheckingsTargetPoints [in]CheckingsTargetPoints is a parameter of type IPointCollection
direction [in]direction is a parameter of type esriTransformDirection
pResidual [out] pResidual is a parameter of type VARIANT rms [out] rms is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Get residual on a set of user specified check points. The residual returned is a variant array of double type.