com.esri.arcgis.geodatabase
Interface esriNetworkTurnParticipationType

All Superinterfaces:
Serializable

public interface esriNetworkTurnParticipationType
extends Serializable

Participation of a network edge element within a turn.

Product Availability

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


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