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


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

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(
  System.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