ViewWindow.SetHistoryMode 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. The Vehicle.HistoryMode property will be used to control the display until this method is called, which overrides the display settings for this ViewWindow only.

 

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.

 

Overload List

Signatures

Return Value

Description

ViewWindow.SetHistoryMode(String objectName, Variable historyMode)

None

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.

ViewWindow.SetHistoryMode(Variable objectId, Variable historyMode)

None

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.

ViewWindow.SetHistoryMode(Variable setType, String typeOrGroupName, Variable historyMode)

None

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.

 

 

See also

ViewWindow Object

ViewWindow Guide