com.esri.arcgis.carto
Interface esriNetworkArrowSymbolType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkArrowSymbolType
extends java.io.Serializable

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

Description: 'Types of arrows based on restriction traversability.' 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 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