Scripting Historic Playback
You can add a button (or other control) to a screen to launch the Historical Playback bar.
Example
The script call is as follows:
|
var window = new Canvas.Shared.View.CanvasMainWindowBase(); window.ShowHistoricalPlaybackDialog(); |
See Using Historical Playback for more information about the Historic Playback bar.
