com.esri.arcgis.geodatabase
Interface esriTopologySelectionResultEnum

All Superinterfaces:
Serializable

public interface esriTopologySelectionResultEnum
extends Serializable

Selection result options for topology elements.

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTopologySelectionResultAdd
          Adds to the current topology element selection.
static int esriTopologySelectionResultNew
          Creates a new topology element selection.
static int esriTopologySelectionResultSubtract
          Subtracts from the current topology element selection.
static int esriTopologySelectionResultXOR
          Subtracts from the current topology element selection.
 

Field Detail

esriTopologySelectionResultNew

static final int esriTopologySelectionResultNew
Creates a new topology element selection.

See Also:
Constant Field Values

esriTopologySelectionResultAdd

static final int esriTopologySelectionResultAdd
Adds to the current topology element selection.

See Also:
Constant Field Values

esriTopologySelectionResultSubtract

static final int esriTopologySelectionResultSubtract
Subtracts from the current topology element selection.

See Also:
Constant Field Values

esriTopologySelectionResultXOR

static final int esriTopologySelectionResultXOR
Subtracts from the current topology element selection.

See Also:
Constant Field Values