ENVIUI

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:

TOOLBOX_PANEL (Set)

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

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