ArcObjects Library Reference (TrackingAnalyst)  

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