ArcObjects Library Reference (Carto)  

ILayerEffects.SupportsBrightnessChange Property

Indicates if the layer supports brightness changes.

[Visual Basic .NET]
Public ReadOnly Property SupportsBrightnessChange As Boolean
[C#]
public bool SupportsBrightnessChange {get;}
[C++]
HRESULT get_SupportsBrightnessChange(
  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