ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ClipMode Enumeration

In This Topic
    ClipMode Enumeration
    In This Topic
    Describes options on how to clip features.
    Syntax
    Members
    MemberDescription
    Contain Delete all features outside the clip area.
    DiscardAreaDeletes only the features inside the clip area and keeps all other intersecting features.
    PreserveAreaKeeps only the features inside the clip area and deletes all other intersecting features.
    PreserveBothAreasSplitKeeps all intersecting features.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Editing.ClipMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also