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


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

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