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

.NET Samples

Using the ITAControlUpdate interface (Code Files: TAUpdateControlForm) |