This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset Interface > INetworkDataset.AttributeByID Property (ArcObjects .NET 10.4 SDK) |
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