This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.FollowRate Property (ArcObjects .NET 10.4 SDK) |
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