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

In This Topic
    SplitModel Enumeration
    In This Topic
    Specifies the split model of the feature.
    Syntax
    Members
    MemberDescription
    DeleteInsertInsert The original feature is deleted and two new features are inserted.
    None The original feature cannot be split.
    UpdateInsert The original feature is updated and a new feature is inserted.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also