com.esri.arcgis.carto
Interface enumHighlightSuppression

All Superinterfaces:
java.io.Serializable

public interface enumHighlightSuppression
extends java.io.Serializable

Constants from enumHighlightSuppression' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Action Subtype for Highlight/Suppression Action.' 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 enumActionTypeUnspecified
          Action Subtype is Unspecified.
static int enumHighlight
          Action Subtype is Highlight.
static int enumSuppression
          Action Subtype is Suppression.
 

Field Detail

enumActionTypeUnspecified

static final int enumActionTypeUnspecified
Action Subtype is Unspecified.

See Also:
Constant Field Values

enumHighlight

static final int enumHighlight
Action Subtype is Highlight.

See Also:
Constant Field Values

enumSuppression

static final int enumSuppression
Action Subtype is Suppression.

See Also:
Constant Field Values