This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not future events are drawn on the map in real-time mode.
[Visual Basic .NET]
Public Property DisplayFutureEvents As Boolean
[C#]
public bool DisplayFutureEvents {get; set;}
[C++]
HRESULT get_DisplayFutureEvents(
Boolean* pVal
);
[C++]
HRESULT put_DisplayFutureEvents(
VARIANT_BOOL pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool