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


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

IImageRegistration2.ComputeAllTiePoints Method

Computes matching/tie points from a collection of images.

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

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

IImageRegistration2 Interface