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


ILayerEffects.SupportsBrightnessChange Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerEffects Interface > ILayerEffects.SupportsBrightnessChange Property
ArcGIS Developer Help

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(
  Boolean* supported
);
[C++]
Parameters
supported [out, retval]

supported is a parameter of type bool*

Product Availability

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

See Also

ILayerEffects Interface