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