ViewWindow.SetHistoryMode(Variable, String, Variable) Method

Top 

Description

Determines if multiple visualized vehicles' tails are unlimited in length, or whether new points replace the oldest points once the tail exceeds the vehicles' tail lengths at the same time.

 

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(

Variable setType,


String typeOrGroupName,


Variable historyMode)

 

 

Arguments

setType


Description:

The method used to determine which objects to change tail history.

Valid Values:

Value

Label

0

Set by Object Type (Case-Sensitive)

1

Set by Group Name (Case-Sensitive)

 

 

 

typeOrGroupName


Description:

The object type or group name used to set the change tail history of multiple objects.

 

 

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(myVariable1, myString1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetHistoryMode

ViewWindow Guide