This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITAUpdateControl Interface > ITAUpdateControl.RefreshRate Property (ArcObjects .NET 10.4 SDK) |
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