com.esri.arcgis.networkanalyst
Interface esriNAEdgeSideType

All Superinterfaces:
java.io.Serializable

public interface esriNAEdgeSideType
extends java.io.Serializable

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

Description: 'Options to indicate the side of the edge element.' 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 esriNAEdgeSideLeft
          The left side of the edge element.
static int esriNAEdgeSideRight
          The right side of the edge element.
 

Field Detail

esriNAEdgeSideRight

static final int esriNAEdgeSideRight
The right side of the edge element.

See Also:
Constant Field Values

esriNAEdgeSideLeft

static final int esriNAEdgeSideLeft
The left side of the edge element.

See Also:
Constant Field Values