This is a reference to a user interface object. An ENVIUI object is created automatically when an ENVI object is created.

Example


; Launch the application
e = ENVI()
 
; Get the UI object, and list information about it
UI = e.UI
PRINT, UI

Methods


CreateFromDialog

CreateWorkflowDialog

Hourglass

LinkViews

RefreshWindow

RunTask

SelectCoordinateSystem

SelectGridDefinition

SelectInputData

SelectPseudoRasterSpatialRef

SelectROI

SelectRPCRasterSpatialRef

SelectSpatialRef

SelectStandardRasterSpatialRef

SelectTaskParameters

ShowJobConsole

Properties


LAYER_MANAGER_PANEL (Set)

Specify one of the following integers or strings to manage the layout of the Layer Manager:

  • 0 or Collapsed: Collapse the Layer Manager to make more room for the display.
  • 1 or Standard: Attach or reattach (dock) the Layer Manager to the application.
  • 2 or Detached: Detach (undock) the Layer Manager from the application so that it becomes a floating window.

TOOLBOX_PANEL (Set)

Specify one of the following integers or strings to manage the layout of the Toolbox:

  • 0 or Collapsed: Collapse the Toolbox to make more room for the display.
  • 1 or Standard: Attach or reattach (dock) the Toolbox to the application.
  • 2 or Detached: Detach (undock) the Toolbox from the application so that it becomes a floating window.

Version History


ENVI 5

Introduced

ENVI 5.2

Added SelectTaskParameters function method

ENVI 5.2.1

Added the following function methods: SelectGridDefinition, SelectPseudoRasterSpatialRef, SelectRPCRasterSpatialRef, SelectSpatialRef, SelectStandardRasterSpatialRef

ENVI 5.4

Added CreateFromDialog and SelectROI methods

ENVI 5.6

Added CreateWorkflowDialog, RunTask, and ShowJobConsole methods

ENVI 5.6.1

Added LAYER_MANAGER_PANEL and TOOLBOX_PANEL properties

API Version


4.2

See Also


ENVI UI property