This document is archived and information here might be outdated.  Recommended version.


ILayerEffectProperties.FlickerRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IL > ILayerEffectProperties Interface > ILayerEffectProperties.FlickerRate Property
ArcGIS Developer Help

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(
  System.Int32* lRate
);
[C++]
Parameters
lRate [in]

lRate is a parameter of type long lRate [out, retval]
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