This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITAUpdateControl Interface > ITAUpdateControl.MaxUpdateRate Property (ArcObjects .NET 10.4 SDK) |
Indicates the minimum duration between which the map display updates, as defined in the dynamic update controller.
[Visual Basic .NET] Public Property MaxUpdateRate As Double
[C#] public double MaxUpdateRate {get; set;}
[C++]
HRESULT get_MaxUpdateRate(
double* pVal
);
[C++]
HRESULT put_MaxUpdateRate(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double