Get network type description.
[Visual Basic .NET] Public Function GetNetworkTypeDescription ( _ ByVal netType As esriNetworkType _ ) As String
[C#] public string GetNetworkTypeDescription ( esriNetworkType netType );
[C++]
HRESULT GetNetworkTypeDescription(
esriNetworkType netType,
BSTR* desc
);
[C++]Parameters
netType [in]netType is a parameter of type esriNetworkType
desc [out, retval] desc is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.