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


INAServerNetworkDescription.NetworkSources Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkDescription Interface > INAServerNetworkDescription.NetworkSources Property
ArcGIS Developer Help

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(
  SAFEARRAY(INAServerNetworkSource)** Sources
);
[C++]
Parameters
Sources [out, retval]

Sources is a parameter of type SAFEARRAY(INAServerNetworkSource*)*

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