ViewWindow.SetShowObject(Variable, Variable) Method

Top 

Description

Changes the visibility of the specified object's elements.

 

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

Variable objectId,


Variable show)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change object visibility

Valid Range:

objectId ≥ 0

 

 

show


Description:

Determines whether to hide all elements of the object, or to give control to the per-element settings.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myViewWindow1.SetShowObject(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetShowObject

ViewWindow Guide