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