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


IDENetworkDataset.Attributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.Attributes Property
ArcGIS Developer Help

IDENetworkDataset.Attributes Property

Array of network attributes in this network dataset.

[Visual Basic .NET]
Public Property Attributes As IArray
[C#]
public IArray Attributes {get; set;}
[C++]
HRESULT get_Attributes(
  IArray** Attributes
);
[C++]
HRESULT putref_Attributes(
  IArray* Attributes
);
[C++]
Parameters
Attributes [out, retval]

Attributes is a parameter of type IArray** Attributes [in]
Attributes is a parameter of type IArray*

Product Availability

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

Remarks

The Attributes property is used to set or get the collection of attributes associated with a network dataset. The Attributes property requires an IArray object which can be used to add, remove or iterate over the attributes.

See Also

IDENetworkDataset Interface

.NET Samples

Subset network evaluators Subset network evaluators