ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicFeatureLayer.IsLiveUpdateEnabled Property

Indicates whether the layer should periodically refresh its graphic contents.

[Visual Basic .NET]
Public Property IsLiveUpdateEnabled As Boolean
[C#]
public bool IsLiveUpdateEnabled {get; set;}
[C++]
HRESULT get_IsLiveUpdateEnabled(
  VARIANT_BOOL* IsLiveUpdateEnabled
);
[C++]
HRESULT put_IsLiveUpdateEnabled(
  VARIANT_BOOL IsLiveUpdateEnabled
);
[C++]

Parameters

IsLiveUpdateEnabled [out, retval]   IsLiveUpdateEnabled is a parameter of type VARIANT_BOOL IsLiveUpdateEnabled [in]   IsLiveUpdateEnabled is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicFeatureLayer Interface