This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* lRate
);
[C++] Parameters lRate [in]
lRate is a parameter of type long lRate [out, retval]
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.