|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSelectionOption
Selection Option.
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
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 |
---|
static final int esriSelectionOptionNormal
static final int esriSelectionOptionOnlyOne
static final int esriSelectionOptionEmpty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |