com.esri.arcgis.carto
Interface esriNetworkArrowSymbolType

All Superinterfaces:
Serializable

public interface esriNetworkArrowSymbolType
extends Serializable

Types of arrows based on restriction traversability.

Product Availability

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


Field Summary
static int esriNetworkArrowSymbolBothWays
          The edge can be traversed in both directions.
static int esriNetworkArrowSymbolNoWay
          The edge can not be traversed in either direction.
static int esriNetworkArrowSymbolOneWay
          The edge can only be traversed in one direction.
 

Field Detail

esriNetworkArrowSymbolOneWay

static final int esriNetworkArrowSymbolOneWay
The edge can only be traversed in one direction.

See Also:
Constant Field Values

esriNetworkArrowSymbolBothWays

static final int esriNetworkArrowSymbolBothWays
The edge can be traversed in both directions.

See Also:
Constant Field Values

esriNetworkArrowSymbolNoWay

static final int esriNetworkArrowSymbolNoWay
The edge can not be traversed in either direction.

See Also:
Constant Field Values