ViewWindow.SetShowHistory(String, Variable) Method

Top 

Description

Changes the visibility of the specified object's history.

 

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

String objectName,


Variable show)

 

 

Arguments

objectName


Description:

The name of the object for which to change history visibility

 

 

show


Description:

Determines whether to show or hide the object history.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myViewWindow1.SetShowHistory(myString1, myVariable1);

 

 

See also

ViewWindow Object

ViewWindow.SetShowHistory

ViewWindow Guide