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


IDEGdbUtilities.GetRelationshipNotificationFromString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipNotificationFromString Method
ArcGIS Developer Help

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