com.esri.arcgis.geodatabase
Interface esriTinElementType

All Superinterfaces:
Serializable

public interface esriTinElementType
extends Serializable

ESRI TIN element-type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTinEdge
          TIN edge.
static int esriTinNode
          TIN node.
static int esriTinTriangle
          TIN triangle.
 

Field Detail

esriTinNode

static final int esriTinNode
TIN node.

See Also:
Constant Field Values

esriTinEdge

static final int esriTinEdge
TIN edge.

See Also:
Constant Field Values

esriTinTriangle

static final int esriTinTriangle
TIN triangle.

See Also:
Constant Field Values