com.esri.arcgis.geodatabase
Interface esriNetworkEdgeConnectivityPolicy

All Superinterfaces:
Serializable

public interface esriNetworkEdgeConnectivityPolicy
extends Serializable

Policy on how network edge elements connect to each other.

Product Availability

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


Field Summary
static int esriNECPAnyVertex
          Network edge elements connect to other edge elements at any coincident vertex.
static int esriNECPEndVertex
          Network edge elements connect to other edge elements only at coincident end vertices.
 

Field Detail

esriNECPAnyVertex

static final int esriNECPAnyVertex
Network edge elements connect to other edge elements at any coincident vertex.

See Also:
Constant Field Values

esriNECPEndVertex

static final int esriNECPEndVertex
Network edge elements connect to other edge elements only at coincident end vertices.

See Also:
Constant Field Values