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


IImageRegistration.ComputeTiePoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.ComputeTiePoints Method
ArcGIS Developer Help

IImageRegistration.ComputeTiePoints Method

Computes matching/tie points from a collection of feature points.

[Visual Basic .NET]
Public Sub ComputeTiePoints ( _
    ByVal pFeaturePointTable As ITable, _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal pTiePointTable As ITable, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void ComputeTiePoints (
    ITable pFeaturePointTable,
    IQueryFilter pQueryFilter,
    ITable pTiePointTable,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT ComputeTiePoints(
  ITable* pFeaturePointTable,
  IQueryFilter* pQueryFilter,
  ITable* pTiePointTable,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pFeaturePointTable [in]

pFeaturePointTable is a parameter of type ITable* pQueryFilter [in]
pQueryFilter is a parameter of type IQueryFilter* pTiePointTable [in]
pTiePointTable 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