NAServerNetworkSource

A class that describes a source for network elements within the network dataset.

Property

Type

Description

ElementType

esriNetworkElementType

Indicates if the element type is junction, edge, or turn.

ID

int

The unique identifier of this source in the network dataset. This does not correspond to the ID of the underlying feature class.

Name

string

The name of the source within the network dataset. This is also usually the name of the underlying feature class from which the source is based.

SourceType

esriNetworkSourceType

The network source type. Valid values include network source (default), system junction, junction feature, edge feature, and turn feature.

Remarks

All StreetMap network sources have a SourceType of "esriNSTNetworkSource".

11/8/2016