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


ILayerEffectProperties.FlickerLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.FlickerLayer Property
ArcGIS Developer Help

ILayerEffectProperties.FlickerLayer Property

The layer the Flicker command uses.

[Visual Basic .NET]
Public Property FlickerLayer As ILayer
[C#]
public ILayer FlickerLayer {get; set;}
[C++]
HRESULT get_FlickerLayer(
  ILayer* ppFlickerLayer
);
[C++]
HRESULT putref_FlickerLayer(
  ILayer** ppFlickerLayer
);
[C++]
Parameters
ppFlickerLayer [in]

ppFlickerLayer is a parameter of type ILayer* ppFlickerLayer [out, retval]
ppFlickerLayer is a parameter of type ILayer**

Product Availability

Available with ArcGIS Engine.

Description

The layer used by the ControlsMapFlickerCommand and ControlsGlobeFlickerCommand. The FlickerLayer can be set programmatically or interactively by the end user selecting a layer using ControlsLayerListToolControl or ControlsGlobeLayerListToolControl.

See Also

ILayerEffectProperties Interface