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


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

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
);
[C++]
Parameters
pImage [in]

pImage is a parameter of type IRaster* pPoint [in]
pPoint is a parameter of type IPoint*

Product Availability

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

See Also

IImageRegistration Interface