OutputLayoutManager.SetOutputWorkspaceIcon(String) Method

Top 

Description

This sets the icon of the main output workspace form when generating GUI output from ff.exe or the RTAPI. Note that this has no affect when called from FreeFlyer.exe. 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.SetOutputWorkspaceIcon(

String iconFilename)

 

 

Arguments

iconFilename


Description:

The filename of the icon to use for the window.

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = OutputLayout.SetOutputWorkspaceIcon(myString1);

 

 

See also

OutputLayoutManager Object

Output Layout Control Guide