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


IDEGdbUtilities.GetNetworkClassAncillaryRoleDescription 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.GetNetworkClassAncillaryRoleDescription Method
ArcGIS Developer Help

IDEGdbUtilities.GetNetworkClassAncillaryRoleDescription Method

Get network class ancillary role type description.

[Visual Basic .NET]
Public Function GetNetworkClassAncillaryRoleDescription ( _
    ByVal Role As esriNetworkClassAncillaryRole _
) As String
[C#]
public string GetNetworkClassAncillaryRoleDescription (
    esriNetworkClassAncillaryRole Role
);
[C++]
HRESULT GetNetworkClassAncillaryRoleDescription(
  esriNetworkClassAncillaryRole Role
);
[C++]
Parameters
Role [in]

Role is a parameter of type esriNetworkClassAncillaryRole

Product Availability

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

See Also

IDEGdbUtilities Interface