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


ITiePointOperation.AddPoints Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITiePointOperation.AddPoints Method

Adds a list of match points.

[Visual Basic .NET]
Public Sub AddPoints ( _
    ByVal pMatchPoints As IImageMatchPoints _
)
[C#]
public void AddPoints (
    IImageMatchPoints pMatchPoints
);
[C++]
HRESULT AddPoints(
  IImageMatchPoints* pMatchPoints
);
[C++]

Parameters pMatchPoints [in]
pMatchPoints is a parameter of type IImageMatchPoints

Product Availability

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

See Also

ITiePointOperation Interface