This document is archived and information here might be outdated. Recommended version. |
The NetworkDataset specified by the index.
[Visual Basic .NET] Public Function get_NetworkDataset ( _ ByVal Index As Integer _ ) As INetworkDataset
[C#] public INetworkDataset get_NetworkDataset ( int Index );
[C++]
HRESULT get_NetworkDataset(
long Index,
INetworkDataset** NetworkDataset
);
[C++] Parameters Index [in]
Index is a parameter of type long NetworkDataset [out, retval]
NetworkDataset is a parameter of type INetworkDataset**