This document is archived and information here might be outdated. Recommended version. |
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*