ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / RelationshipMessageDirection Enumeration
Version

RelationshipMessageDirection Enumeration
The message notification direction when origin and destination objects are changed.
Syntax
Members
MemberDescription
Backward Message notifications are sent to related origin objects when the destination object is changed.
Both Message notifications are sent both in the forward and backward direction when an object is changed.
Forward Message notifications are sent to related destination objects when the origin object is changed.
None No message notifications are sent.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.RelationshipMessageDirection

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also