com.esri.arcgis.geodatabase
Interface esriTinIgnoredElementType

All Superinterfaces:
Serializable

public interface esriTinIgnoredElementType
extends Serializable

Esri Tin elements to be excluded from conflict detection.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTinNodesWithNonZeroTag
          Exclude nodes having non-zero tag values.
static int esriTinNodesWithZeroTag
          Exclude nodes with zoro tag values.
static int esriTinNothing
          None.
 

Field Detail

esriTinNothing

static final int esriTinNothing
None.

See Also:
Constant Field Values

esriTinNodesWithNonZeroTag

static final int esriTinNodesWithNonZeroTag
Exclude nodes having non-zero tag values.

See Also:
Constant Field Values

esriTinNodesWithZeroTag

static final int esriTinNodesWithZeroTag
Exclude nodes with zoro tag values.

See Also:
Constant Field Values