ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.Adjust Method

Applies adjustments from a solution table.

[Visual Basic .NET]
Public Sub Adjust ( _
    ByVal pCatalog As IDataset, _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal Type As esriImageAdjustmentType, _
    ByVal pSolutionTable As ITable, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Adjust (
    IDataset pCatalog,
    IQueryFilter pQueryFilter,
    esriImageAdjustmentType Type,
    ITable pSolutionTable,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Adjust(
  IDataset* pCatalog,
  IQueryFilter* pQueryFilter,
  esriImageAdjustmentType Type,
  ITable* pSolutionTable,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters

pCatalog [in]

  pCatalog is a parameter of type IDataset

pQueryFilter [in]

  pQueryFilter is a parameter of type IQueryFilter

Type [in]

  Type is a parameter of type esriImageAdjustmentType

pSolutionTable [in]

  pSolutionTable 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