ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.ComputeLinks Method

Computes links from a list control points.

ERROR: Syntax information about IImageRegistration.ComputeLinks may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT ComputeLinks(
  ITable* pControlPointTable,
  IQueryFilter* pQueryFilter,
  ITable* pSolutionTable,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters

pControlPointTable [in]

  pControlPointTable is a parameter of type ITable

pQueryFilter [in]

  pQueryFilter is a parameter of type IQueryFilter

pSolutionTable [in]

  pSolutionTable is a parameter of type ITable

pTrackCancel [in]

  pTrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IImageRegistration Interface