This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkSource Interface > INAServerNetworkSource.SourceType Property (ArcObjects .NET 10.5 SDK) |
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.