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


IDEGdbUtilities.GetRelationshipKeyTypeDescription Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetRelationshipKeyTypeDescription Method

Get relationship key type description.

[Visual Basic .NET]
Public Function GetRelationshipKeyTypeDescription ( _
    ByVal KeyType As esriRelKeyType _
) As String
[C#]
public string GetRelationshipKeyTypeDescription (
    esriRelKeyType KeyType
);
[C++]
HRESULT GetRelationshipKeyTypeDescription(
  esriRelKeyType KeyType,
  BSTR* desc
);
[C++]

Parameters KeyType [in]
KeyType is a parameter of type esriRelKeyType desc [out, retval] desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface