ArcObjects Library Reference (GeoDatabase)  

IDENetworkDataset.Sources Property

Array of network sources in this network dataset.

[Visual Basic .NET]
Public Property Sources As IArray
[C#]
public IArray Sources {get; set;}
[C++]
HRESULT get_Sources(
  IArray** Sources
);
[C++]
HRESULT putref_Sources(
  IArray* Sources
);
[C++]

Parameters

Sources [out, retval]

  Sources is a parameter of type IArray

Sources [in]

  Sources is a parameter of type IArray

Product Availability

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

Remarks

The Sources property is used to set or get the collection of sources associated with a network dataset.  The Sources property requires an IArray object which can be used to add, remove or iterate over the attributes.  Every network dataset has a system junction source; this source is added to the network dataset once the UpdateSchema method is called with the supplied data element.  The system junction source is created once the first source is added to the network.

See Also

IDENetworkDataset Interface

.NET Samples

Subset network evaluators (Code Files: FilterSubsetEvaluator ScaleSubsetEvaluator)