This document is archived and information here might be outdated.  Recommended version.


ITemporalRenderer.DisplayFutureEvents Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer.DisplayFutureEvents Property

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(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_DisplayFutureEvents(
  VARIANT_BOOL pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalRenderer Interface