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


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

INetworkElement.AttributeValueByName Property

Value of this network element for the given network attribute name.

[Visual Basic .NET]
Public Function get_AttributeValueByName ( _
    ByVal AttributeName As String _
) As Object
[C#]
public object get_AttributeValueByName (
    string AttributeName
);
[C++]
HRESULT get_AttributeValueByName(
void
);

Product Availability

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

Remarks

The AttributeName parameter is the unique Name specified for the NetworkAttribute at the time the network dataset was created.

See Also

INetworkElement Interface