![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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*