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


IDEGdbUtilities.GetRelationshipKeyTypeFromString Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetRelationshipKeyTypeFromString Method

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

Product Availability

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

See Also

IDEGdbUtilities Interface