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


IMosaicFunctionArguments.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 > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.DodgingTable Property
ArcGIS Developer Help

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(
  IUnknown Pointer* ppDodgingTable
);
[C++]
HRESULT putref_DodgingTable(
  LPUNKNOWN ppDodgingTable
);
[C++]
Parameters
ppDodgingTable [out, retval]

ppDodgingTable is a parameter of type IUnknown* ppDodgingTable [in]
ppDodgingTable is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicFunctionArguments Interface