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


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

IImageMatchPoints.Add Method

Adds a image match point.

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

Parameters pMatchPoint [in]
pMatchPoint is a parameter of type IImageMatchPoint

Product Availability

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

See Also

IImageMatchPoints Interface