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


IMapLayerInfo4.HasLiveData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo4 Interface > IMapLayerInfo4.HasLiveData Property
ArcGIS Developer Help

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(
  Boolean* HasLiveData
);
[C++]
Parameters
HasLiveData [out, retval]

HasLiveData is a parameter of type bool*

Product Availability

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

See Also

IMapLayerInfo4 Interface