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


IDEGdbUtilities.GetNetworkClassAncillaryRoleDescription Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  BSTR* desc
);
[C++]

Parameters Role [in]
Role is a parameter of type esriNetworkClassAncillaryRole desc [out, retval] desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface