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


IDEGdbUtilities.GetRelationshipKeyRoleDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipKeyRoleDescription Method
ArcGIS Developer Help

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