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


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

IRasterTypeProperties2.SupportsColorCorrection Property

Indicates whether the raster type supports color correction.

[Visual Basic .NET]
Public Property SupportsColorCorrection As Boolean
[C#]
public bool SupportsColorCorrection {get; set;}
[C++]
HRESULT get_SupportsColorCorrection(
  VARIANT_BOOL pbSupportsColorCorrection
);
[C++]
HRESULT put_SupportsColorCorrection(
  Boolean* pbSupportsColorCorrection
);
[C++]
Parameters
pbSupportsColorCorrection [in]

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

Product Availability

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

See Also

IRasterTypeProperties2 Interface