com.esri.arcgis.networkanalyst
Interface esriNARouteSeedPointType

All Superinterfaces:
java.io.Serializable

public interface esriNARouteSeedPointType
extends java.io.Serializable

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

Description: 'Options for route seed point type.' 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 esriNARouteSeedPointDynamic
          Dynamic route seed point based on order stops on route.
static int esriNARouteSeedPointStatic
          Static route seed point.
 

Field Detail

esriNARouteSeedPointStatic

static final int esriNARouteSeedPointStatic
Static route seed point.

See Also:
Constant Field Values

esriNARouteSeedPointDynamic

static final int esriNARouteSeedPointDynamic
Dynamic route seed point based on order stops on route.

See Also:
Constant Field Values