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


IMosaicFunctionArguments.DodgingTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunctionArguments.DodgingTable Property

The color mapping information for color correction.

[Visual Basic .NET]
Public Property DodgingTable As Object
[C#]
public object DodgingTable {get; set;}
[C++]
HRESULT get_DodgingTable(
  LPUNKNOWN* ppDodgingTable
);
[C++]
HRESULT putref_DodgingTable(
  LPUNKNOWN ppDodgingTable
);
[C++]

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

Product Availability

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

See Also

IMosaicFunctionArguments Interface