This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* flag
);
[C++]
HRESULT put_HasLiveData(
VARIANT_BOOL flag
);
[C++] Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type bool