com.esri.arcgis.carto
Interface esriSelectionResultEnum

All Superinterfaces:
java.io.Serializable

public interface esriSelectionResultEnum
extends java.io.Serializable

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

Description: 'Selection result options.' 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 esriSelectionResultAdd
          Adds to the current selection.
static int esriSelectionResultAnd
          Selects from the current selection.
static int esriSelectionResultNew
          Creates a new selection.
static int esriSelectionResultSubtract
          Subtracts from the current selection.
static int esriSelectionResultXOR
          Performs an 'exclusive or' with the current selection.
 

Field Detail

esriSelectionResultNew

static final int esriSelectionResultNew
Creates a new selection.

See Also:
Constant Field Values

esriSelectionResultAdd

static final int esriSelectionResultAdd
Adds to the current selection.

See Also:
Constant Field Values

esriSelectionResultSubtract

static final int esriSelectionResultSubtract
Subtracts from the current selection.

See Also:
Constant Field Values

esriSelectionResultAnd

static final int esriSelectionResultAnd
Selects from the current selection.

See Also:
Constant Field Values

esriSelectionResultXOR

static final int esriSelectionResultXOR
Performs an 'exclusive or' with the current selection.

See Also:
Constant Field Values