This document is archived and information here might be outdated.  Recommended version.


INetworkAttribute Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkAttribute Interface

Provides access to members that specify the properties of an attribute in a network dataset. Note: the INetworkAttribute interface has been superseded byINetworkAttribute2. Please consider using the more recent version.

Product Availability

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

Members

Description
Read/write property DataType Type of data used in this network attribute.
Read-only property ID Unique identifier of this network attribute.
Read/write property Name Name of this network attribute.
Read/write property Units Units of this network attribute.
Read/write property UsageType Usage type of this network attribute.

CoClasses that implement INetworkAttribute

CoClasses and Classes Description
EvaluatedNetworkAttribute A container for describing a network dataset attribute and its evaluators.
NetworkAttribute A container for describing a network dataset attribute.
SDCNetworkAttribute (esriDataSourcesFile) A container for describing a SDC network dataset attribute.

Remarks

INetworkAttribute has been superseded by INetworkAttribute3.

.NET Samples

Closest facility solver (Code Files: frmClosestFacilitySolver) | ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Subset network evaluators (Code Files: FilterSubsetEvaluator ScaleSubsetEvaluator SubsetHelper)

.NET Related Topics

How to programmatically traverse a street network