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


IDEGdbUtilities.GetNetworkTypeDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetNetworkTypeDescription Method
ArcGIS Developer Help

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