ViewWindowOutputProperties.SetPageVisibility(Variable, Variable) Method

Top 

Description

Set the visibility of the specified page of the View Output Properties interface.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ViewWindowOutputProperties.SetPageVisibility(

Variable page,


Variable show)

 

 

Arguments

page


Description:

The page to managed.

Valid Values:

Value

Label

0

Viewpoints

1

Objects

2

Global

 

 

 

show


Description:

Determines whether the page will be shown or hidden.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myViewWindowOutputProperties1.SetPageVisibility(myVariable1, myVariable2);

 

 

See also

ViewWindowOutputProperties Object