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


ITAUpdateControl.MaxUpdateRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITAUpdateControl Interface > ITAUpdateControl.MaxUpdateRate Property
ArcGIS Developer Help

ITAUpdateControl.MaxUpdateRate Property

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(
  System.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

Product Availability

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

See Also

ITAUpdateControl Interface