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


INetworkDataset.Attribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset Interface > INetworkDataset.Attribute Property
ArcGIS Developer Help

INetworkDataset.Attribute Property

Network dataset attribute by index.

[Visual Basic .NET]
Public Function get_Attribute ( _
    ByVal Index As Integer _
) As INetworkAttribute
[C#]
public INetworkAttribute get_Attribute (
    int Index
);
[C++]
HRESULT get_Attribute(
  long Index,
  INetworkAttribute** Attribute
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Attribute [out, retval]
Attribute is a parameter of type INetworkAttribute**

Product Availability

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

Remarks

Returns the attribute at the specified index.  The indexes go from 0 to AttributeCount -1.

See Also

INetworkDataset Interface

.NET Samples

Closest facility solver Location-allocation solver ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver Service area solver Subset network evaluators Vehicle routing problem solver