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