com.esri.arcgis.geodatabase
Interface esriNetworkAttributeUsageType

All Superinterfaces:
Serializable

public interface esriNetworkAttributeUsageType
extends Serializable

Usage type of a network dataset attribute.

Product Availability

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


Field Summary
static int esriNAUTCost
          The network attribute indicates the cost to traverse each network element.
static int esriNAUTDescriptor
          The network attribute describes a property of each network element.
static int esriNAUTHierarchy
          The network attribute indicates the hierarchy level of each network element.
static int esriNAUTRestriction
          The network attribute indicates whether each network element is restricted.
 

Field Detail

esriNAUTCost

static final int esriNAUTCost
The network attribute indicates the cost to traverse each network element.

See Also:
Constant Field Values

esriNAUTDescriptor

static final int esriNAUTDescriptor
The network attribute describes a property of each network element.

See Also:
Constant Field Values

esriNAUTRestriction

static final int esriNAUTRestriction
The network attribute indicates whether each network element is restricted.

See Also:
Constant Field Values

esriNAUTHierarchy

static final int esriNAUTHierarchy
The network attribute indicates the hierarchy level of each network element.

See Also:
Constant Field Values