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