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.