This document is archived and information here might be outdated. Recommended version. |
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*
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.