ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkSource.SourceType Property

Type of network source.

[Visual Basic .NET]
Public ReadOnly Property SourceType As esriNetworkSourceType
[C#]
public esriNetworkSourceType SourceType {get;}
[C++]
HRESULT get_SourceType(
  esriNetworkSourceType* SourceType
);
[C++]

Parameters

SourceType [out, retval]

  SourceType is a parameter of type esriNetworkSourceType

Product Availability

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

Remarks

SourceType specifies the esriNetworkSourceType of the network source. Valid values include network source (default), system junction, junction feature, edge feature, and turn feature. 

This property is useful if you need to find the source that corresponds to system junctions (esriNSTSystemJunction).

All SDC network sources have a source type of esriNSTNetworkSource.

See Also

INAServerNetworkSource Interface