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


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

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(
  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.

Remarks

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

See Also

INetworkElement Interface