This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipKeyRoleDescription Method (ArcObjects .NET 10.4 SDK) |
Get relationship key role description.
[Visual Basic .NET] Public Function GetRelationshipKeyRoleDescription ( _ ByVal KeyRole As esriRelKeyRole _ ) As String
[C#] public string GetRelationshipKeyRoleDescription ( esriRelKeyRole KeyRole );
[C++]
HRESULT GetRelationshipKeyRoleDescription(
esriRelKeyRole KeyRole,
BSTR* desc
);
[C++]
Parameters KeyRole [in]
KeyRole is a parameter of type esriRelKeyRole desc [out, retval] desc is a parameter of type BSTR