This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipNotificationFromString Method (ArcObjects .NET 10.4 SDK) |
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