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


ITxActiveTrack.GetFollowPlaybackRate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxActiveTrack.GetFollowPlaybackRate Method

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

[Visual Basic .NET]
Public Sub GetFollowPlaybackRate ( _
    ByRef playbackRate As Double, _
    ByRef units As enumTemporalUnits _
)
[C#]
public void GetFollowPlaybackRate (
    ref double playbackRate,
    ref enumTemporalUnits units
);
[C++]
HRESULT GetFollowPlaybackRate(
  double* playbackRate,
  enumTemporalUnits* units
);
[C++]

Parameters playbackRate [out] playbackRate is a parameter of type double units [out]
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