Go to: Synopsis. Return value. Flags. MEL examples.
workspacePanel [-defineTemplate string] [-exists] [-mainWindow] [-useTemplate string]
workspacePanel is undoable, queryable, and editable.
Workspace panel.
string | Full path name to the workspace panel. |
In query mode, return type is based on queried flag.
defineTemplate, exists, mainWindow, useTemplate
Long name (short name) |
Argument types |
Properties |
|
-defineTemplate(-dt)
|
string
|
|
|
Puts the command in a mode where any other flags and arguments are
parsed and added to the command template specified in the argument.
They will be used as default arguments in any subsequent
invocations of the command when templateName is set as the
current template.
|
|
-exists(-ex)
|
|
|
|
Returns whether the
specified object exists or not. Other flags are ignored.
|
|
-mainWindow(-mw)
|
|
|
|
Main window for the application. The main window
has an 'Exit' item in the Window Manager menu. By default, the
first created window becomes the main window.
|
|
-useTemplate(-ut)
|
string
|
|
|
Forces the command to use a command template other than
the current one.
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
workspacePanel -mainWindow;