This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriTopologySelectionResultEnum Constants (ArcObjects .NET 10.4 SDK) |
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. |
Note: esriTopologySelectionResultXOR option Select or Unselect the TopologyElement depending on its current selection state. For example, if it is select it will become unselected.