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


ITxActiveTrack.FollowRate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.FollowRate Property

The time between periodic recentering of the most current feature in the active track.

[Visual Basic .NET]
Public Property FollowRate As Double
[C#]
public double FollowRate {get; set;}
[C++]
HRESULT get_FollowRate(
  double* FollowRate
);
[C++]
HRESULT put_FollowRate(
  double FollowRate
);
[C++]

Parameters FollowRate [out, retval] FollowRate is a parameter of type double FollowRate [in] FollowRate is a parameter of type double

Product Availability

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

See Also

ITxActiveTrack Interface