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


IMosaicDataset.DodgingTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.DodgingTable Property
ArcGIS Developer Help

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