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


IDEGdbUtilities.GetNetworkTypeDescription Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetNetworkTypeDescription Method

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
);
[C++]

Parameters netType [in]
netType is a parameter of type esriNetworkType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEGdbUtilities Interface