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


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

IDEGdbUtilities.GetRelationshipNotificationFromString Method

Get relationship notification from string.

[Visual Basic .NET]
Public Function GetRelationshipNotificationFromString ( _
    ByVal desc As String _
) As esriRelNotification
[C#]
public esriRelNotification GetRelationshipNotificationFromString (
    string desc
);
[C++]
HRESULT GetRelationshipNotificationFromString(
  BSTR desc,
  esriRelNotification* Notification
);
[C++]

Parameters desc [in] desc is a parameter of type BSTR Notification [out, retval]
Notification is a parameter of type esriRelNotification

Product Availability

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

See Also

IDEGdbUtilities Interface