This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkJunction Interface > INetworkJunction.AttributeValue Property (ArcObjects .NET 10.5 SDK) |
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