OutputLayoutManager.ArrangeWindows(Variable, Array) Method

Top 

Description

Specify a tiling layout using window IDs to specify the ordering and -1 to separate rows/columns. 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.ArrangeWindows(

Variable layout,


Array windowIds)

 

 

Arguments

layout


Description:

The window layout to use for the window arrangement.

Valid Values:

Value

Label

0

Rows.

1

Columns.

 

 

 

windowIds


Description:

Window IDs.

Required Size:

At least 1

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.ArrangeWindows(myVariable2, myArray1);

 

 

See also

OutputLayoutManager Object

OutputLayoutManager.ArrangeWindows

Output Layout Control Guide