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


INAServerNetworkDescription.NetworkAttributes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDescription.NetworkAttributes Property

Array of descriptions of network attributes in the network dataset.

[Visual Basic .NET]
Public ReadOnly Property NetworkAttributes As INAServerNetworkAttribute[]
[C#]
public INAServerNetworkAttribute[] NetworkAttributes {get;}
[C++]
HRESULT get_NetworkAttributes(
  Array* Attributes
);
[C++]

Parameters Attributes [out, retval] Attributes is a parameter of type Array

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

NetworkAttributes returns an array of NAServerNetworkAttribute objects that describe the network attributes that are part of the network dataset.

See Also

INAServerNetworkDescription Interface