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


ITiePointOperation.Compute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITiePointOperation Interface > ITiePointOperation.Compute Method
ArcGIS Developer Help

ITiePointOperation.Compute Method

Computes tiepoints.

[Visual Basic .NET]
Public Sub Compute ( _
    ByVal pCatalog As Object, _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal pTiePoints As ITable _
)
[C#]
public void Compute (
    object pCatalog,
    IQueryFilter pQueryFilter,
    ITable pTiePoints
);
[C++]
HRESULT Compute(
  LPUNKNOWN pCatalog,
  IQueryFilter* pQueryFilter,
  ITable* pTiePoints
);
[C++]
Parameters
pCatalog [in]

pCatalog is a parameter of type IUnknown 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