This document is archived and information here might be outdated. Recommended version. |
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