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


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

INetworkSource.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.

See Also

INetworkSource Interface