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


IMosaicDataset.DodgingTable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.DodgingTable Property

The associated color correction table.

[Visual Basic .NET]
Public ReadOnly Property DodgingTable As ITable
[C#]
public ITable DodgingTable {get;}
[C++]
HRESULT get_DodgingTable(
  ITable** ppDodgingTable
);
[C++]

Parameters ppDodgingTable [out, retval]
ppDodgingTable is a parameter of type ITable

Product Availability

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

See Also

IMosaicDataset Interface