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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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