ArcGIS Pro 2.9 API Reference Guide
RelationshipSplitPolicy Enumeration

ArcGIS.Core.Data Namespace : RelationshipSplitPolicy Enumeration
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, Windows 8.1

See Also

Reference

ArcGIS.Core.Data Namespace