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


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

IDEGdbUtilities.GetRelationshipNotificationDescription Method

Get relationship notification description.

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

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

Product Availability

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

See Also

IDEGdbUtilities Interface