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


IDEGdbUtilities.GetRelationshipKeyRoleDescription Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetRelationshipKeyRoleDescription Method

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
);
[C++]

Parameters KeyRole [in]
KeyRole is a parameter of type esriRelKeyRole

Product Availability

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

See Also

IDEGdbUtilities Interface