ArcObjects Library Reference (GeoDatabase)  

IPlugInNetworkDatasetContainer.NetworkDataset Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlugInNetworkDatasetContainer Interface