This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxActiveTrack Interface > ITxActiveTrack.SetFollowPlaybackRate Method (ArcObjects .NET 10.4 SDK) |
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