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


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

ITAUpdateControl.RefreshRate Property

Indicates the maximum duration between map display refreshes, as defined in the dynamic update controller.

[Visual Basic .NET]
Public Property RefreshRate As Double
[C#]
public double RefreshRate {get; set;}
[C++]
HRESULT get_RefreshRate(
  double* pVal
);
[C++]
HRESULT put_RefreshRate(
  double pVal
);
[C++]

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

Product Availability

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

See Also

ITAUpdateControl Interface