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


IDEGdbUtilities.GetNetworkTypeFromString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetNetworkTypeFromString Method

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.

See Also

IDEGdbUtilities Interface