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


NetworkAttribute Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > N > NetworkAttribute Class
ArcGIS Developer Help

NetworkAttributeClass Class

A container for describing a network dataset attribute.

Product Availability

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

Description

A NetworkAttribute object is a light weight object that holds the information about a network attribute in a network dataset.

Network attributes control traversability over the network dataset. They specify properties of junctions, edge, and turns used as input for network solvers, such as time travel of road segments, speeds along a road, and whether a given road is one-way.

The NetworkAttribute or EvaluatedNetworkAttribute object for an existing network dataset can be accessed through the INetworkDataset interface.

Interfaces

Interfaces Description
INetworkAttribute Provides access to members that specify the properties of an attribute in a network dataset.
INetworkAttribute2 Provides access to members that specify the properties of an attribute in a network dataset.
INetworkAttribute3 Provides access to members that specify the properties of an attribute in a network dataset.