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


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

IMosaicFunction.ApplyColorCorrection Property

Indicates if color correction needs to be applied.

[Visual Basic .NET]
Public Property ApplyColorCorrection As Boolean
[C#]
public bool ApplyColorCorrection {get; set;}
[C++]
HRESULT get_ApplyColorCorrection(
  Boolean* pApplyColorCorrection
);
[C++]
HRESULT put_ApplyColorCorrection(
  VARIANT_BOOL pApplyColorCorrection
);
[C++]
Parameters
pApplyColorCorrection [out, retval]

pApplyColorCorrection is a parameter of type bool* pApplyColorCorrection [in]
pApplyColorCorrection is a parameter of type bool

Product Availability

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

See Also

IMosaicFunction Interface