This is a reference to a preference object that holds and manages ENVI preferences.
Example
e = ENVI()
prefs = e.Preferences
prefFile = prefs.URI
PRINT, prefs
Syntax
Result = ENVIPreferences([, Properties=value])
Methods
Load
RestoreDefaults
Save
Properties
Properties marked as (Get) can be retrieved, but not set.
URI (Get)
This is an application-wide file where ENVI loads and saves preferences. To load or save preferences to a different location after the application has been launched, use ENVIPreferences::Load or ENVIPreferences::Save. To save an individual preference, use ENVIPreferenceItem::Save. To override this property throughout the application, set the PREFERENCE keyword of ENVI function when launching ENVI.
Version History
API Version
4.3
See Also
ENVI, ENVIPreferenceItem