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