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

In This Topic
    RelationshipMessageDirection Enumeration
    In This Topic
    The message notification direction when origin and destination objects are changed.
    Syntax
    public enum RelationshipMessageDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum RelationshipMessageDirection 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    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