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


ILayerEffects.SupportsContrastChange Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILayerEffects.SupportsContrastChange Property

Indicates if the layer supports contrast changes.

[Visual Basic .NET]
Public ReadOnly Property SupportsContrastChange As Boolean
[C#]
public bool SupportsContrastChange {get;}
[C++]
HRESULT get_SupportsContrastChange(
  VARIANT_BOOL* supported
);
[C++]

Parameters supported [out, retval] supported is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILayerEffects Interface