ViewWindow.SetShowObject(Variable, String, Variable) Method

Top 

Description

Changes the visibility of multiple objects' elements at the same time.

 

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 setType,


String typeOrGroupName,


Variable show)

 

 

Arguments

setType


Description:

The method used to determine which objects to change object visibility.

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

 

 

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

 

 

See also

ViewWindow Object

ViewWindow.SetShowObject

ViewWindow Guide