ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicFeatureLayer.LiveUpdateInterval Property

The minimum number of seconds between each refresh of the layer's graphic contents.

[Visual Basic .NET]
Public Property LiveUpdateInterval As Integer
[C#]
public int LiveUpdateInterval {get; set;}
[C++]
HRESULT get_LiveUpdateInterval(
  long* Interval
);
[C++]
HRESULT put_LiveUpdateInterval(
  long Interval
);
[C++]

Parameters

Interval [out, retval]   Interval is a parameter of type long Interval [in]   Interval is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicFeatureLayer Interface