This document is archived and information here might be outdated. Recommended version. |
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**