This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.FlickerRate Property (ArcObjects .NET 10.5 SDK) |
Rate in milliseconds used to Flicker the screen with the Flicker command.
[Visual Basic .NET] Public Property FlickerRate As Integer
[C#] public int FlickerRate {get; set;}
[C++]
HRESULT get_FlickerRate(
long* lRate
);
[C++]
HRESULT put_FlickerRate(
long lRate
);
[C++]
Parameters lRate [out, retval] lRate is a parameter of type long lRate [in] lRate is a parameter of type long
The flicker rate in milliseconds used by the ControlsMapFlickerCommand and ControlsGlobeFlickerCommand. The FlickerRate can be set programmatically or interactively by the end user selecting a rate using ControlsFlickerRateToolControl. By default the FlickerRate is 500.