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


ITxActiveTrack.SetFollowPlaybackRate Method (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.SetFollowPlaybackRate Method
ArcGIS Developer Help

ITxActiveTrack.SetFollowPlaybackRate Method

The playback time between periodic recentering of the most current feature in the active track.

[Visual Basic .NET]
Public Sub SetFollowPlaybackRate ( _
    ByVal playbackRate As Double, _
    ByVal units As enumTemporalUnits _
)
[C#]
public void SetFollowPlaybackRate (
    double playbackRate,
    enumTemporalUnits units
);
[C++]
HRESULT SetFollowPlaybackRate(
  double playbackRate,
  enumTemporalUnits units
);
[C++]
Parameters
playbackRate [in]

playbackRate is a parameter of type double units [in]
units is a parameter of type enumTemporalUnits

Product Availability

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

See Also

ITxActiveTrack Interface