ArcObjects Library Reference (GeoDatabase)  

INetworkTurn.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(
  BSTR AttributeName,
  VARIANT* AttributeValue
);
[C++]

Parameters

AttributeName [in]   AttributeName is a parameter of type BSTR AttributeValue [out, retval]   AttributeValue is a parameter of type VARIANT

Product Availability

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

See Also

INetworkTurn Interface