com.esri.arcgis.display
Interface esriScreenCache

All Superinterfaces:
Serializable

public interface esriScreenCache
extends Serializable

ESRI screen caching flags.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAllScreenCaches
          Apply action to all caches.
static int esriNoScreenCache
          Apply action directly to window.
static int esriScreenRecording
          Apply action to recording.
 

Field Detail

esriNoScreenCache

static final int esriNoScreenCache
Apply action directly to window.

See Also:
Constant Field Values

esriAllScreenCaches

static final int esriAllScreenCaches
Apply action to all caches.

See Also:
Constant Field Values

esriScreenRecording

static final int esriScreenRecording
Apply action to recording.

See Also:
Constant Field Values