This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.FindClosestFeaturePoint Method (ArcObjects .NET 10.5 SDK) |
Finds the closest feature point from an images around the given point.
[Visual Basic .NET] Public Function FindClosestFeaturePoint ( _ ByVal pImage As IRaster, _ ByVal pPoint As IPoint _ ) As IImageFeaturePoint
[C#] public IImageFeaturePoint FindClosestFeaturePoint ( IRaster pImage, IPoint pPoint );
[C++]
HRESULT FindClosestFeaturePoint(
IRaster* pImage,
IPoint* pPoint,
IImageFeaturePoint** ppFeaturePoint
);
[C++]
Parameters pImage [in]
pImage is a parameter of type IRaster pPoint [in]
pPoint is a parameter of type IPoint ppFeaturePoint [out, retval]
ppFeaturePoint is a parameter of type IImageFeaturePoint