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


IDEGdbUtilities.GetRelationshipKeyTypeDescription 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.GetRelationshipKeyTypeDescription Method
ArcGIS Developer Help

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

KeyType is a parameter of type esriRelKeyType

Product Availability

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

See Also

IDEGdbUtilities Interface