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


IMapServerTimeInfo2.HasLiveData Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerTimeInfo2.HasLiveData Property

Indicates whether the service 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

IMapServerTimeInfo2 Interface