com.esri.arcgis.geodatabase
Interface esriNetworkTimeUsage

All Superinterfaces:
Serializable

public interface esriNetworkTimeUsage
extends Serializable

The type of the network time usage.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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