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


IRemoveItemsParameters3.RemoveColorCorrection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveItemsParameters3 Interface > IRemoveItemsParameters3.RemoveColorCorrection Property
ArcGIS Developer Help

IRemoveItemsParameters3.RemoveColorCorrection Property

Indicates whether color corrrection information is removed from the mosaic dataset and the dodging side-table truncated.

[Visual Basic .NET]
Public Property RemoveColorCorrection As Boolean
[C#]
public bool RemoveColorCorrection {get; set;}
[C++]
HRESULT get_RemoveColorCorrection(
  VARIANT_BOOL pbRemoveColorCorrection
);
[C++]
HRESULT put_RemoveColorCorrection(
  Boolean* pbRemoveColorCorrection
);
[C++]
Parameters
pbRemoveColorCorrection [in]

pbRemoveColorCorrection is a parameter of type bool pbRemoveColorCorrection [out, retval]
pbRemoveColorCorrection is a parameter of type bool*

Product Availability

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

See Also

IRemoveItemsParameters3 Interface