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


INetworkDataset.AttributeByID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkDataset.AttributeByID Property

Network dataset attribute corresponding to the specified ID.

[Visual Basic .NET]
Public Function get_AttributeByID ( _
    ByVal ID As Integer _
) As INetworkAttribute
[C#]
public INetworkAttribute get_AttributeByID (
    int ID
);
[C++]
HRESULT get_AttributeByID(
  long ID,
  INetworkAttribute** Attribute
);
[C++]

Parameters ID [in] ID is a parameter of type long Attribute [out, retval]
Attribute is a parameter of type INetworkAttribute

Product Availability

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

See Also

INetworkDataset Interface