A container for describing a network dataset attribute.
NetworkAttribute is a non-creatable object. References to non-creatable objects must be obtained through other objects.
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. |