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


ITAUpdateControl.AutoRefresh Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITAUpdateControl.AutoRefresh Property

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

ITAUpdateControl Interface