com.esri.arcgis.geodatabase
Interface esriSelectionType

All Superinterfaces:
java.io.Serializable

public interface esriSelectionType
extends java.io.Serializable

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

Description: 'Selection Type.' 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 esriSelectionTypeHybrid
          Snapshot if small, else an ID Set.
static int esriSelectionTypeIDSet
          IDSet.
static int esriSelectionTypeSnapshot
          Snapshot.
 

Field Detail

esriSelectionTypeIDSet

static final int esriSelectionTypeIDSet
IDSet.

See Also:
Constant Field Values

esriSelectionTypeSnapshot

static final int esriSelectionTypeSnapshot
Snapshot.

See Also:
Constant Field Values

esriSelectionTypeHybrid

static final int esriSelectionTypeHybrid
Snapshot if small, else an ID Set.

See Also:
Constant Field Values