This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.DodgingTable Property (ArcObjects .NET 10.4 SDK) |
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