This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.ApplyColorCorrection Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pApplyColorCorrection
);
[C++]
HRESULT put_ApplyColorCorrection(
VARIANT_BOOL pApplyColorCorrection
);
[C++]
Parameters pApplyColorCorrection [out, retval] pApplyColorCorrection is a parameter of type VARIANT_BOOL pApplyColorCorrection [in] pApplyColorCorrection is a parameter of type VARIANT_BOOL