com.esri.arcgis.geodatabase
Interface esriSelectionOption

All Superinterfaces:
java.io.Serializable

public interface esriSelectionOption
extends java.io.Serializable

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

Description: 'Selection Option.' 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 esriSelectionOptionEmpty
          Empty - an empty selection is created.
static int esriSelectionOptionNormal
          Normal - the selection is created based on the input query filter, all rows are selected if the query filter is null.
static int esriSelectionOptionOnlyOne
          Only One - the selection is created based on the input query filter, only the first row is selected.
 

Field Detail

esriSelectionOptionNormal

static final int esriSelectionOptionNormal
Normal - the selection is created based on the input query filter, all rows are selected if the query filter is null.

See Also:
Constant Field Values

esriSelectionOptionOnlyOne

static final int esriSelectionOptionOnlyOne
Only One - the selection is created based on the input query filter, only the first row is selected.

See Also:
Constant Field Values

esriSelectionOptionEmpty

static final int esriSelectionOptionEmpty
Empty - an empty selection is created.

See Also:
Constant Field Values