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


IDEGdbUtilities.GetRelationshipNotificationFromString Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters desc [in]
desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface