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


IImageRegistration.FindClosestFeaturePoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.FindClosestFeaturePoint Method

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

Product Availability

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

See Also

IImageRegistration Interface