ArcObjects Library Reference (GeoDatabase)  

esriNetworkAttributeUsageType Constants

Usage type of a network dataset attribute.

Constant Value Description
esriNAUTCost 0 The network attribute indicates the cost to traverse each network element.
esriNAUTDescriptor 1 The network attribute describes a property of each network element.
esriNAUTRestriction 2 The network attribute indicates whether each network element is restricted.
esriNAUTHierarchy 3 The network attribute indicates the hierarchy level of each network element.

Product Availability

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

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Closest facility solver (Code Files: frmClosestFacilitySolver) | Find near features SOAP SOE (Code Files: Reference) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Network Analyst Engine application (Code Files: frmNALayerProperties) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a Web service (Code Files: Route_WebServiceClass) | Selection restriction evaluator (Code Files: SelectionRestrictionEvaluator) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) | Service area solver (Code Files: frmServiceAreaSolver) | Subset network evaluators (Code Files: FilterSubsetEvaluator ScaleSubsetEvaluator SubsetHelper) | Vehicle routing problem solver (Code Files: frmVRPSolver) |

.NET Related Topics

How to create a multimodal network dataset | How to create a network dataset |