This document is archived and information here might be outdated. Recommended version. |
Network dataset attribute by index.
[Visual Basic .NET] Public Function get_Attribute ( _ ByVal Index As Integer _ ) As INetworkAttribute
[C#] public INetworkAttribute get_Attribute ( int Index );
[C++]
HRESULT get_Attribute(
long Index,
INetworkAttribute** Attribute
);
[C++] Parameters Index [in]
Index is a parameter of type long Attribute [out, retval]
Attribute is a parameter of type INetworkAttribute**
Returns the attribute at the specified index. The indexes go from 0 to AttributeCount -1.