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


INetworkElement.AttributeValue 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.AttributeValue Property
ArcGIS Developer Help

INetworkElement.AttributeValue Property

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

[Visual Basic .NET]
Public Function get_AttributeValue ( _
    ByVal AttributeID As Integer _
) As Object
[C#]
public object get_AttributeValue (
    int AttributeID
);
[C++]
HRESULT get_AttributeValue(
void
);

Product Availability

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

Remarks

The AttributeID parameter is the unique ID assigned to the NetworkAttribute in the network dataset.

See Also

INetworkElement Interface