com.esri.arcgis.geodatabase
Interface esriTopologySelectionResultEnum

All Superinterfaces:
java.io.Serializable

public interface esriTopologySelectionResultEnum
extends java.io.Serializable

Constants from esriTopologySelectionResultEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Selection result options for topology elements.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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