com.esri.arcgis.display
Interface esriDisplayFilterFlags

All Superinterfaces:
Serializable

public interface esriDisplayFilterFlags
extends Serializable

Flags for display filtering.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDFExternalCache
          The filter is associated with the active cache and is only applied when DrawCache is called.
 

Field Detail

esriDFExternalCache

static final int esriDFExternalCache
The filter is associated with the active cache and is only applied when DrawCache is called. If specified then only one filter can be set in a StartDrawing-FinishDrawing sequence.

See Also:
Constant Field Values