ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbSupportsColorCorrection
);
[C++]

Parameters

pbSupportsColorCorrection [out, retval]   pbSupportsColorCorrection is a parameter of type VARIANT_BOOL pbSupportsColorCorrection [in]   pbSupportsColorCorrection is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterTypeProperties2 Interface