com.esri.arcgis.networkanalyst
Interface esriNARouteAssignmentRule

All Superinterfaces:
java.io.Serializable

public interface esriNARouteAssignmentRule
extends java.io.Serializable

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

Description: 'Options for route assignment rule.' 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 esriNARouteExcludeFromSolve
          Exclude from solve.
static int esriNARouteIncludeInSolve
          Include in solve.
 

Field Detail

esriNARouteExcludeFromSolve

static final int esriNARouteExcludeFromSolve
Exclude from solve.

See Also:
Constant Field Values

esriNARouteIncludeInSolve

static final int esriNARouteIncludeInSolve
Include in solve.

See Also:
Constant Field Values