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


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

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