OutputLayoutManager.GetWindowIDs(Variable) Method

Top 

Description

Retrieves the specified window IDs.

 

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

OutputLayoutManager.GetWindowIDs(

Variable type)

 

 

Arguments

type


Description:

The type of window IDs to retrieve.

Valid Values:

Value

Label

0

All Windows

1

Console

2

MissionView

3

Plot

4

Report

5

Watch

 

 

 

 

Return Value

Type:

Array of number

 

 

Returns the ids corresponding to the specified category.

 

Syntax

myArray1 = OutputLayout.GetWindowIDs(myVariable1);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide