com.esri.arcgis.geodatabase
Interface esriNetworkJunctionConnectivityPolicy

All Superinterfaces:
Serializable

public interface esriNetworkJunctionConnectivityPolicy
extends Serializable

Policy on how network junction element connect to edge elements.

Product Availability

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


Field Summary
static int esriNJCPHonor
          Junction element connects to a coincident edge element's vertex if the edge's connectivity policy permits it to.
static int esriNJCPOverride
          Junction element always connects to a coincident edge element's vertex, regardless of the edge's connectivity policy.
 

Field Detail

esriNJCPHonor

static final int esriNJCPHonor
Junction element connects to a coincident edge element's vertex if the edge's connectivity policy permits it to.

See Also:
Constant Field Values

esriNJCPOverride

static final int esriNJCPOverride
Junction element always connects to a coincident edge element's vertex, regardless of the edge's connectivity policy.

See Also:
Constant Field Values