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


IImageRegistration2.RemoveBlunders Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration2 Interface > IImageRegistration2.RemoveBlunders Method
ArcGIS Developer Help

IImageRegistration2.RemoveBlunders Method

Removes bad control points, or blunders, to achieve better than a given maximum RMS.

[Visual Basic .NET]
Public Function RemoveBlunders ( _
    ByVal pFromGCPs As IPointCollection, _
    ByVal pToGCPs As IPointCollection, _
    ByVal Type As esriGeoTransTypeEnum, _
    ByVal maximumRMS As Double _
) As IPointCollection
[C#]
public IPointCollection RemoveBlunders (
    IPointCollection pFromGCPs,
    IPointCollection pToGCPs,
    esriGeoTransTypeEnum Type,
    double maximumRMS
);
[C++]
HRESULT RemoveBlunders(
  IPointCollection* pFromGCPs,
  IPointCollection* pToGCPs,
  esriGeoTransTypeEnum Type,
  double maximumRMS
);
[C++]
Parameters
pFromGCPs [in]

pFromGCPs is a parameter of type IPointCollection* pToGCPs [in]
pToGCPs is a parameter of type IPointCollection* Type [in]
Type is a parameter of type esriGeoTransTypeEnum maximumRMS [in]
maximumRMS is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageRegistration2 Interface