Indicates whether or not future events are drawn on the map in real-time mode.
[Visual Basic 6.0] Property DisplayFutureEvents As Boolean
[Visual Basic .NET] Public Property DisplayFutureEvents As Boolean
[C#] public bool DisplayFutureEvents {get; set;}
[Java] public boolean isDisplayFutureEvents() throws IOException, AutomationException
[Java] public void setDisplayFutureEvents( boolean DisplayFutureEvents ) throws IOException, AutomationException
[C++]
HRESULT get_DisplayFutureEvents(
VARIANT_BOOL* pVal
);
[C++] HRESULT put_DisplayFutureEvents( VARIANT_BOOL pVal);
Parameters
pVal [out, retval]
pVal is a parameter of type VARIANT_BOOL
pVal [in]
pVal is a parameter of type VARIANT_BOOL