Selection result options for topology elements.
Constant | Value | Description |
---|---|---|
esriTopologySelectionResultNew | 0 | Creates a new topology element selection. |
esriTopologySelectionResultAdd | 1 | Adds to the current topology element selection. |
esriTopologySelectionResultSubtract | 2 | Subtracts from the current topology element selection. |
esriTopologySelectionResultXOR | 3 | Subtracts from the current topology element selection. |
Remarks
Note: esriTopologySelectionResultXORoption Select or Unselect the TopologyElement depending on its current selection state. For example, if it is select it will become unselected.