ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDescription.NetworkSources Property

Array of descriptions of network sources in the network dataset.

[Visual Basic .NET]
Public ReadOnly Property NetworkSources As INAServerNetworkSource[]
[C#]
public INAServerNetworkSource[] NetworkSources {get;}
[C++]
HRESULT get_NetworkSources(
  Array* Sources
);
[C++]

Parameters

Sources [out, retval]   Sources is a parameter of type Array

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

NetworkSources returns an array of NAServerNetworkSource objects that describe the network sources that are part of the network dataset.

See Also

INAServerNetworkDescription Interface