This document is archived and information here might be outdated.  Recommended version.


INetworkLayer.NetworkDataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkLayer Interface > INetworkLayer.NetworkDataset Property
ArcGIS Developer Help

INetworkLayer.NetworkDataset Property

The Network Dataset used to define the layer.

[Visual Basic .NET]
Public Property NetworkDataset As INetworkDataset
[C#]
public INetworkDataset NetworkDataset {get; set;}
[C++]
HRESULT get_NetworkDataset(
  INetworkDataset** nds
);
[C++]
HRESULT putref_NetworkDataset(
  INetworkDataset* nds
);
[C++]
Parameters
nds [out, retval]

nds is a parameter of type INetworkDataset** nds [in]
nds is a parameter of type INetworkDataset*

Product Availability

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

See Also

INetworkLayer Interface

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Service area solver Vehicle routing problem solver