ArcObjects Library Reference (Carto)  

IMapLayerInfo4.HasLiveData Property

Indicates whether the layer is being updated frequently with new data.

[Visual Basic .NET]
Public ReadOnly Property HasLiveData As Boolean
[C#]
public bool HasLiveData {get;}
[C++]
HRESULT get_HasLiveData(
  VARIANT_BOOL* HasLiveData
);
[C++]

Parameters

HasLiveData [out, retval]   HasLiveData is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapLayerInfo4 Interface