com.esri.arcgis.geodatabase
Interface esriSelectionOption

All Superinterfaces:
java.io.Serializable

public interface esriSelectionOption
extends java.io.Serializable

Selection Option.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Remarks

These enumerators are used in conjunction with a QueryFilter by ITable::Select, IFeatureClass::Select, IFeatureLayer::Select and define the content of the SelectionSet returned by these method.

esriSelectionOptionNormal
The selection is created based on the input query filter, all rows are selected if the query filter is null

esriSelectionOptionOnlyOne
The selection is created based on the input query filter, only the first row is selected

esriSelectionOptionEmpty
An empty selection is created


Field Summary
static int esriSelectionOptionEmpty
           
static int esriSelectionOptionNormal
           
static int esriSelectionOptionOnlyOne
           
 

Field Detail

esriSelectionOptionNormal

public static final int esriSelectionOptionNormal
See Also:
Constant Field Values

esriSelectionOptionOnlyOne

public static final int esriSelectionOptionOnlyOne
See Also:
Constant Field Values

esriSelectionOptionEmpty

public static final int esriSelectionOptionEmpty
See Also:
Constant Field Values