ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Clip Method / Clip(Layer,IEnumerable<Int64>,Geometry,ClipMode) Method
The layer of the features to be clipped.
The set of oids of the features to be clipped.
The clipping geometry to clip the features.
(Optional) Determines the clipping behavior. (default value = ClipMode.PreserveArea)

Clip(Layer,IEnumerable<Int64>,Geometry,ClipMode) Method
Clip a set of features with a geometry.
Syntax

Parameters

layer
The layer of the features to be clipped.
oids
The set of oids of the features to be clipped.
clippingGeometry
The clipping geometry to clip the features.
clipMode
(Optional) Determines the clipping behavior. (default value = ClipMode.PreserveArea)
Remarks
Clip intersects a set of features with a geometry. The resulting geometry is determined by the clipFeatureOptions.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.9 or higher.
See Also