This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the map display will refresh automatically when no new data has been received.
[Visual Basic .NET]
Public Property AutoRefresh As Boolean
[C#]
public bool AutoRefresh {get; set;}
[C++]
HRESULT get_AutoRefresh(
Boolean* pVal
);
[C++]
HRESULT put_AutoRefresh(
VARIANT_BOOL pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool