ArcObjects Library Reference (Controls)  

ILayerEffectProperties.FlickerRate Property

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

Product Availability

Available with ArcGIS Engine.

Description

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. 

See Also

ILayerEffectProperties Interface