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