This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkDescription Interface > INAServerNetworkDescription.NetworkSources Property (ArcObjects .NET 10.4 SDK) |
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
NetworkSources returns an array of NAServerNetworkSource objects that describe the network sources that are part of the network dataset.