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


IMapTimeDisplay2.HasLiveData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapTimeDisplay2.HasLiveData Property

Indicates whether the map has a time-enabled layer that is being updated frequently with new data.

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

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

Product Availability

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

See Also

IMapTimeDisplay2 Interface