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


ITxActiveTrack.UseFollowRate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.UseFollowRate Property

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

Product Availability

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

See Also

ITxActiveTrack Interface