com.esri.arcgis.geodatabase
Interface esriNetworkTimeUsage

All Superinterfaces:
java.io.Serializable

public interface esriNetworkTimeUsage
extends java.io.Serializable

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

Description: 'The type of the network time usage.' 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 esriNTUAfterTraversal
          Time after traversing the network element.
static int esriNTUBeforeTraversal
          Time before traversing the network element.
 

Field Detail

esriNTUBeforeTraversal

static final int esriNTUBeforeTraversal
Time before traversing the network element.

See Also:
Constant Field Values

esriNTUAfterTraversal

static final int esriNTUAfterTraversal
Time after traversing the network element.

See Also:
Constant Field Values