ArcObjects Library Reference (DataSourcesRaster)  

ITiePointOperation.Compute Method

Computes tiepoints.

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

[C++]
HRESULT Compute(
  LPUNKNOWN pCatalog,
  IQueryFilter* pQueryFilter,
  ITable* pTiePoints
);
[C++]

Parameters

pCatalog [in]   pCatalog is a parameter of type LPUNKNOWN pQueryFilter [in]

  pQueryFilter is a parameter of type IQueryFilter

pTiePoints [in]

  pTiePoints is a parameter of type ITable

Product Availability

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

See Also

ITiePointOperation Interface