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


IDEGdbUtilities.GetRelationshipKeyRoleFromString Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetRelationshipKeyRoleFromString Method

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

Product Availability

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

See Also

IDEGdbUtilities Interface