com.esri.arcgis.display
Interface esriDisplayFilterFlags

All Superinterfaces:
java.io.Serializable

public interface esriDisplayFilterFlags
extends java.io.Serializable

Constants from esriDisplayFilterFlags' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Flags for display filtering.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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