ViewWindow.SetHistoryMode(String, Variable) Method

Top 

Description

Determines if the visualized vehicle tail is unlimited in length, or whether new points replace the oldest points once the tail exceeds the vehicle tail length.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ViewWindow.SetHistoryMode(

String objectName,


Variable historyMode)

 

 

Arguments

objectName


Description:

The name of the object for which to change tail history

 

 

historyMode


Description:

The mode determining how a vehicle's visualization history is handled.

Valid Values:

Value

Label

0

Use Tail Length

1

Unlimited

 

 

 

 

Syntax

myViewWindow1.SetHistoryMode(myString1, myVariable1);

 

 

See also

ViewWindow Object

ViewWindow.SetHistoryMode

ViewWindow Guide