This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.UseFollowRate Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not to follow based on elapsed time.
[Visual Basic .NET] Public Property UseFollowRate As Boolean
[C#] public bool UseFollowRate {get; set;}
[C++]
HRESULT get_UseFollowRate(
VARIANT_BOOL* UseFollowRate
);
[C++]
HRESULT put_UseFollowRate(
VARIANT_BOOL UseFollowRate
);
[C++]
Parameters UseFollowRate [out, retval] UseFollowRate is a parameter of type VARIANT_BOOL UseFollowRate [in] UseFollowRate is a parameter of type VARIANT_BOOL