ArcObjects Library Reference (TrackingAnalyst)  

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