This document is archived and information here might be outdated.  Recommended version.


esriTopologySelectionResultEnum Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

esriTopologySelectionResultEnum Constants

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.