com.esri.arcgis.geodatabase
Interface esriNetworkEdgeConnectivityPolicy

All Superinterfaces:
java.io.Serializable

public interface esriNetworkEdgeConnectivityPolicy
extends java.io.Serializable

Constants from esriNetworkEdgeConnectivityPolicy' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Policy on how network edge elements connect to each other.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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