Description | Example | Return message | Group

ObjectBrowser

Change how the STK Object Browser window is displayed.

Syntax

ObjectBrowser <ApplicationPath> {Options}

Description

The ObjectBrowser command will control the display of the Object Browser window, allowing you to show or hide window, and to resize, move, and otherwise change the display of the window.

This command is only available when running STK Desktop.

{Options}Description
Dock {Left | Right| Top | Bottom}Dock the Object Browser window to the specified side of the application window.
IntegrateMake the Object Browser window integrated in the application window.
FloatFloat the Object Browser window.
CloseClose the Object Browser.
MinimizeMinimize the Object Browser.
MaximizeMaximize the Object Browser.
RestoreRestore the Object Browser from the last Minimize or Maximize command. The window will be restored to the Integrated state.
HideHide the Object Browser.
ShowRestore the Object Browser from the last Hide command.
RaiseIf the window is Integrated the Object Browser is brought to the top, otherwise the ObjectBrowser is activated.
Group <Create> <Rename> <Add> <Remove> <Delete>The Group option allows you to create a folder in the Object Browser. You can add and remove objects to the folder so you can group them together in one location.
Place <X> <Y>Indicates X,Y position of Object Browser on the screen, where 0,0 is in the upper right corner of the screen. This command will move the Object Browser to the new location.

The Place option is not valid if Object Browser is Docked or Closed.

Size <Width> <Height> <Width> and <Height> indicates the new size of the Object Browser window. This command will resize the Object Browser window.

The Size option is not valid if Object Browser is Docked or Closed.

Examples

Dock the Object Browser window to the right side of the STK application:

ObjectBrowser / Dock Right

Hide the Object Browser window:

ObjectBrowser / Hide

Set the Object Browser window to be integrated:

ObjectBrowser / Integrate

Change the size of the Object Browser window:

ObjectBrowser / Size 350 500

Add a group

ObjectBrowser / Group Create MyGroup

Rename a group

ObjectBrowser / Rename MyGroup MyRenamedGroup

Add an object to a group

ObjectBrowser / Group Add Place/MyPlace MyRenamedGroup

Remove an object from a group

ObjectBrowser / Group Remove Place/MyPlace MyRenamedGroup

Delete a group

ObjectBrowser / Group Delete MyRenamedGroup IncludeChildren

Return message

Group membership

This command belongs to the following group(s):

Application Options

Version

11