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


INetworkEdge.AttributeValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkEdge.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(
  long AttributeID,
  VARIANT* AttributeValue
);
[C++]

Parameters AttributeID [in] AttributeID is a parameter of type long AttributeValue [out, retval] AttributeValue is a parameter of type VARIANT

Product Availability

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

See Also

INetworkEdge Interface