com.esri.arcgis.geodatabase
Interface esriNetworkElementType

All Superinterfaces:
Serializable

public interface esriNetworkElementType
extends Serializable

Type of network element.

Product Availability

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


Field Summary
static int esriNETEdge
          Edge network element.
static int esriNETJunction
          Junction network element.
static int esriNETTurn
          Turn network element.
 

Field Detail

esriNETJunction

static final int esriNETJunction
Junction network element.

See Also:
Constant Field Values

esriNETEdge

static final int esriNETEdge
Edge network element.

See Also:
Constant Field Values

esriNETTurn

static final int esriNETTurn
Turn network element.

See Also:
Constant Field Values