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


IImageFeaturePoints.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageFeaturePoints.Add Method

Adds a image feature point.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pFeaturePoint As IImageFeaturePoint _
)
[C#]
public void Add (
    IImageFeaturePoint pFeaturePoint
);
[C++]
HRESULT Add(
  IImageFeaturePoint* pFeaturePoint
);
[C++]

Parameters pFeaturePoint [in]
pFeaturePoint is a parameter of type IImageFeaturePoint

Product Availability

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

See Also

IImageFeaturePoints Interface