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


INAServerNetworkDescription.NetworkAttributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkDescription Interface > INAServerNetworkDescription.NetworkAttributes Property
ArcGIS Developer Help

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(
  SAFEARRAY(INAServerNetworkAttribute)** Attributes
);
[C++]
Parameters
Attributes [out, retval]

Attributes is a parameter of type SAFEARRAY(INAServerNetworkAttribute*)*

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