ViewWindow.SetShowHistory(String, Variable) Method

Top 

Description

Changes the visibility of the specified object's history.

 

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