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


ILayerEffectProperties.FlickerLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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 [out, retval]
ppFlickerLayer is a parameter of type ILayer ppFlickerLayer [in]
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