com.esri.arcgis.geodatabase
Interface esriNetworkTurnParticipationType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkTurnParticipationType
extends java.io.Serializable

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

Description: 'Participation of a network edge element within a turn.' 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 esriNTPTExterior
          The network edge element participates as one of the exterior edges of a turn.
static int esriNTPTInterior
          The network edge element participates as one of the interior edges of a turn.
static int esriNTPTNone
          The network edge element does not participate within a turn.
 

Field Detail

esriNTPTNone

static final int esriNTPTNone
The network edge element does not participate within a turn.

See Also:
Constant Field Values

esriNTPTInterior

static final int esriNTPTInterior
The network edge element participates as one of the interior edges of a turn.

See Also:
Constant Field Values

esriNTPTExterior

static final int esriNTPTExterior
The network edge element participates as one of the exterior edges of a turn.

See Also:
Constant Field Values