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


INetworkDataset.AttributeByID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset Interface > INetworkDataset.AttributeByID Property
ArcGIS Developer Help

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