This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.FlickerLayer Property (ArcObjects .NET 10.4 SDK) |
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
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.