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