This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetNetworkClassAncillaryRoleFromString Method (ArcObjects .NET 10.4 SDK) |
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