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


esriTopologySelectionResultEnum Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriTopologySelectionResultEnum Constants
ArcGIS Developer Help

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.