This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipKeyTypeFromString Method (ArcObjects .NET 10.4 SDK) |
Get relationship key type from string.
[Visual Basic .NET] Public Function GetRelationshipKeyTypeFromString ( _ ByVal desc As String _ ) As esriRelKeyType
[C#] public esriRelKeyType GetRelationshipKeyTypeFromString ( string desc );
[C++]
HRESULT GetRelationshipKeyTypeFromString(
BSTR desc,
esriRelKeyType* KeyType
);
[C++]
Parameters desc [in] desc is a parameter of type BSTR KeyType [out, retval]
KeyType is a parameter of type esriRelKeyType