OutputLayoutManager.SetOutputWorkspaceState(Variable) Method

Top 

Description

This sets the state of the main FreeFlyer window. In FreeFlyer.exe valid options are 0:Normal and 3:Hidden. In ff.exe / RTAPI, available options include 0 Normal, 1 Minimized, 2 Maximized (DEFAULT), 3 Hidden. Call OutputLayout.ApplyUpdates() to perform the action. Call OutputLayout.ApplyUpdates() to perform the action.

 

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

OutputLayoutManager.SetOutputWorkspaceState(

Variable state)

 

 

Arguments

state


Description:

The window state.

Valid Values:

Value

Label

0

Normal

1

Minimized

2

Maximized

3

Hidden

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.SetOutputWorkspaceState(myVariable2);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide