Network dataset attribute corresponding to the specified name.
[Visual Basic .NET] Public Function get_AttributeByName ( _ ByVal Name As String _ ) As INetworkAttribute
[C#] public INetworkAttribute get_AttributeByName ( string Name );
[C++]
HRESULT get_AttributeByName(
BSTR Name,
INetworkAttribute** Attribute
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR Attribute [out, retval]Attribute is a parameter of type INetworkAttribute
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The AttributeByName property will return a reference to the attribute with the specified name. Attribute names are not case sensitive.