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

In This Topic
    RelationshipSplitPolicy Enumeration
    In This Topic
    Specifies the split policy of the relationship class.
    Syntax
    public enum RelationshipSplitPolicy : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum RelationshipSplitPolicy 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    DeleteParts Delete the relationships and the part objects (with composite relationships).
    DeleteRelationship Delete the relationships.
    DuplicateRelatedObjects Duplicate the related objects in destination class.
    PreserveOnAll Preserve relationships on both resulting features (not valid with 1:1, 1:m).
    PreserveOnLargest Preserve relationships on the largest resulting feature.
    PreserveOnSmallest Preserve relationships on the smallest resulting feature.
    UseDefault Use the default policy.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also