com.esri.arcgis.geodatabase
Interface esriTinSelectionType

All Superinterfaces:
Serializable

public interface esriTinSelectionType
extends Serializable

Esri TIN element-selection type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTinSelectionAdd
          Add to selection.
static int esriTinSelectionFlip
          Add to or remove from selection.
static int esriTinSelectionNew
          New and add to selection.
static int esriTinSelectionSubtract
          Remove from selection.
 

Field Detail

esriTinSelectionNew

static final int esriTinSelectionNew
New and add to selection.

See Also:
Constant Field Values

esriTinSelectionAdd

static final int esriTinSelectionAdd
Add to selection.

See Also:
Constant Field Values

esriTinSelectionSubtract

static final int esriTinSelectionSubtract
Remove from selection.

See Also:
Constant Field Values

esriTinSelectionFlip

static final int esriTinSelectionFlip
Add to or remove from selection.

See Also:
Constant Field Values