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. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Note: esriTopologySelectionResultXOR option Select or Unselect the TopologyElement depending on its current selection state. For example, if it is select it will become unselected.