com.esri.arcgis.geodatabase
Interface esriFeatureElementType

All Superinterfaces:
Serializable

public interface esriFeatureElementType
extends Serializable

Feature element type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriFETAnnotation
          Annotation (not supported).
static int esriFETConnectionPoint
          A connection point.
static int esriFETConnectorPoint
          A connector point (not supported).
static int esriFETEdge
          An edge (not supported).
static int esriFETPart
          A part (not supported).
static int esriFETVertex
          A vertex (not supported).
static int esriFETWholeFeature
          Entire feature (not supported).
 

Field Detail

esriFETWholeFeature

static final int esriFETWholeFeature
Entire feature (not supported).

See Also:
Constant Field Values

esriFETVertex

static final int esriFETVertex
A vertex (not supported).

See Also:
Constant Field Values

esriFETEdge

static final int esriFETEdge
An edge (not supported).

See Also:
Constant Field Values

esriFETPart

static final int esriFETPart
A part (not supported).

See Also:
Constant Field Values

esriFETAnnotation

static final int esriFETAnnotation
Annotation (not supported).

See Also:
Constant Field Values

esriFETConnectionPoint

static final int esriFETConnectionPoint
A connection point.

See Also:
Constant Field Values

esriFETConnectorPoint

static final int esriFETConnectorPoint
A connector point (not supported).

See Also:
Constant Field Values