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


ITxActiveTrack.UseFollowRate 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.UseFollowRate Property
ArcGIS Developer Help

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(
  Boolean* UseFollowRate
);
[C++]
HRESULT put_UseFollowRate(
  VARIANT_BOOL UseFollowRate
);
[C++]
Parameters
UseFollowRate [out, retval]

UseFollowRate is a parameter of type bool* UseFollowRate [in]
UseFollowRate is a parameter of type bool

Product Availability

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

See Also

ITxActiveTrack Interface