ViewWindow.SetTailState(Variable, Variable) Method

Top 

Description

Sets if subsequent points in the history will be drawn.

 

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.SetTailState(

Variable objectId,


Variable state)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change tail state

Valid Range:

objectId ≥ 0

 

 

state


Description:

The tail state to set for the specified object.

Valid Values:

Value

Label

0

Hide Subsequent Point

1

Show Subsequent Points

 

 

 

 

Syntax

myViewWindow1.SetTailState(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetTailState

ViewWindow Guide