This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipKeyTypeDescription Method (ArcObjects .NET 10.4 SDK) |
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