ArcObjects Library Reference (GeoDatabase)  

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