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


IImageRegistration2.ComputeBlockAdjustment 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.ComputeBlockAdjustment Method
ArcGIS Developer Help

IImageRegistration2.ComputeBlockAdjustment Method

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 pSummary 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 pSummary,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT ComputeBlockAdjustment(
  IDataset* pCatalog,
  IQueryFilter* pQueryFilter,
  ITable* pControlPointTable,
  IQueryFilter* pControlPointQueryFilter,
  BSTR adjustmentType,
  BSTR adjustmentOptions,
  ITable* pSolutionTable,
  ITable* pSolutionPointTable,
  IPropertySet* pSummary,
  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* pSummary [in]
pSummary is a parameter of type IPropertySet* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageRegistration2 Interface