|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSelectionResultEnum
Selection result options.
These constants define combination methods for selection operations i.e. how the selection performed will combine with an existing selection. It is the programmatic equivalent of the pulldown menus found in the selection dialogs in ArcMap.
esriSelectionResultXOR performs an 'exclusive or' with the current selection. The results of a selection using this combination method are shown in the following table:
Selected before query | Expression evaluates to true | Selected after query |
---|---|---|
Yes | No | Yes |
No | No | No |
Yes | Yes | No |
No | Yes | Yes |
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 |
---|
static final int esriSelectionResultNew
static final int esriSelectionResultAdd
static final int esriSelectionResultSubtract
static final int esriSelectionResultAnd
static final int esriSelectionResultXOR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |