|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration2 Interface > IImageRegistration2.ComputeBlockAdjustment Method (ArcObjects .NET 10.4 SDK) | 
Computes block adjustment for a given block of images.
[Visual Basic .NET] Public Sub ComputeBlockAdjustment ( _ ByVal pCatalog As IDataset, _ ByVal pQueryFilter As IQueryFilter, _ ByVal pControlPointTable As ITable, _ ByVal pControlPointQueryFilter As IQueryFilter, _ ByVal adjustmentType As String, _ ByVal adjustmentOptions As String, _ ByVal pSolutionTable As ITable, _ ByVal pSolutionPointTable As ITable, _ ByVal pSummery As IPropertySet, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void ComputeBlockAdjustment ( IDataset pCatalog, IQueryFilter pQueryFilter, ITable pControlPointTable, IQueryFilter pControlPointQueryFilter, string adjustmentType, string adjustmentOptions, ITable pSolutionTable, ITable pSolutionPointTable, IPropertySet pSummery, ITrackCancel pTrackCancel );
[C++]
HRESULT ComputeBlockAdjustment(
  IDataset* pCatalog,
  IQueryFilter* pQueryFilter,
  ITable* pControlPointTable,
  IQueryFilter* pControlPointQueryFilter,
  BSTR adjustmentType,
  BSTR adjustmentOptions,
  ITable* pSolutionTable,
  ITable* pSolutionPointTable,
  IPropertySet* pSummery,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters pCatalog [in]
pCatalog is a parameter of type IDataset pQueryFilter [in]
pQueryFilter is a parameter of type IQueryFilter pControlPointTable [in]
pControlPointTable is a parameter of type ITable pControlPointQueryFilter [in]
pControlPointQueryFilter is a parameter of type IQueryFilter adjustmentType [in] adjustmentType is a parameter of type BSTR adjustmentOptions [in] adjustmentOptions is a parameter of type BSTR pSolutionTable [in]
pSolutionTable is a parameter of type ITable pSolutionPointTable [in]
pSolutionPointTable is a parameter of type ITable pSummery [in]
pSummery is a parameter of type IPropertySet pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel