This document is archived and information here might be outdated. Recommended version. |
Indicates if the inset shows a live view of the underlying map. False means a snapshot of the underlying map is taken at the time the flag is changed.
[Visual Basic .NET]
Public Property IsLive As Boolean
[C#]
public bool IsLive {get; set;}
[C++]
HRESULT get_IsLive(
Boolean* IsLive
);
[C++]
HRESULT put_IsLive(
VARIANT_BOOL IsLive
);
[C++] Parameters IsLive [out, retval]
IsLive is a parameter of type bool* IsLive [in]
IsLive is a parameter of type bool