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

RelationshipSplitPolicy Enumeration
Specifies the split policy of the relationship class.
Syntax
public enum RelationshipSplitPolicy : System.Enum, 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

ArcGIS Pro version: 2.7 or higher.
See Also