ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetNetworkClassAncillaryRoleFromString Method

Get network class ancillary role type from string.

[Visual Basic .NET]
Public Function GetNetworkClassAncillaryRoleFromString ( _
    ByVal desc As String _
) As esriNetworkClassAncillaryRole
[C#]
public esriNetworkClassAncillaryRole GetNetworkClassAncillaryRoleFromString (
    string desc
);
[C++]
HRESULT GetNetworkClassAncillaryRoleFromString(
  BSTR desc,
  esriNetworkClassAncillaryRole* Role
);
[C++]

Parameters

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

  Role is a parameter of type esriNetworkClassAncillaryRole

Product Availability

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

See Also

IDEGdbUtilities Interface