com.esri.arcgis.geodatabase
Interface esriNetworkAttributeParameterUsageType

All Superinterfaces:
Serializable

public interface esriNetworkAttributeParameterUsageType
extends Serializable

Usage type of a network attribute parameter.

Product Availability

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


Field Summary
static int esriNAPUTGeneral
          General usage type.
static int esriNAPUTRestriction
          The attribute parameter is used to control restrictions.
 

Field Detail

esriNAPUTGeneral

static final int esriNAPUTGeneral
General usage type.

See Also:
Constant Field Values

esriNAPUTRestriction

static final int esriNAPUTRestriction
The attribute parameter is used to control restrictions.

See Also:
Constant Field Values