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