ViewWindow.SetTailState(Variable, String, Variable) Method

Top 

Description

Sets if subsequent points in multiple objects' histories 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 setType,


String typeOrGroupName,


Variable state)

 

 

Arguments

setType


Description:

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

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 state of multiple objects.

 

 

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

 

 

See also

ViewWindow Object

ViewWindow.SetTailState

ViewWindow Guide