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


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

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