This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetNetworkTypeFromString Method (ArcObjects .NET 10.4 SDK) |
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