OutputLayoutManager.ConfigureOutputPropertiesTab(Variable, Variable) Method

Top 

Description

Sets the Output Properties tab docking and/or visibility. Call OutputLayout.ApplyUpdates() to perform the action.

 

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

OutputLayoutManager.ConfigureOutputPropertiesTab(

Variable dockPosition,


Variable state)

 

 

Arguments

dockPosition


Description:

The dock position for the Output Properties tab page.

Valid Values:

Value

Label

0

Don't change.

1

Left side.

2

Right side.

 

 

 

state


Description:

The tab state for the Output Properties tab page.

Valid Values:

Value

Label

0

Don't change.

1

Hidden.

2

Visible.

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.ConfigureOutputPropertiesTab(myVariable2, myVariable3);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide