This document is archived and information here might be outdated. Recommended version. |
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**
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.