com.esri.arcgis.carto
Interface esriNetworkArrowType

All Superinterfaces:
Serializable

public interface esriNetworkArrowType
extends Serializable

Types of arrow positions for restriction traversability.

Product Availability

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


Field Summary
static int esriNetworkArrowTypeEndpoint
          Draw arrows and the endpoint of the edge.
static int esriNetworkArrowTypeMidpoint
          Draw arrows and the midpoint of the edge.
static int esriNetworkArrowTypeNoArrow
          Do not draw arrows.
 

Field Detail

esriNetworkArrowTypeNoArrow

static final int esriNetworkArrowTypeNoArrow
Do not draw arrows.

See Also:
Constant Field Values

esriNetworkArrowTypeEndpoint

static final int esriNetworkArrowTypeEndpoint
Draw arrows and the endpoint of the edge.

See Also:
Constant Field Values

esriNetworkArrowTypeMidpoint

static final int esriNetworkArrowTypeMidpoint
Draw arrows and the midpoint of the edge.

See Also:
Constant Field Values