ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.Adjust Method

Applies adjustments from a solution table.

ERROR: Syntax information about IImageRegistration.Adjust may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[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