ArcGIS Pro 2.9 API Reference Guide
Clip(Layer,IEnumerable<Int64>,Geometry,ClipMode) Method

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 a set of feature 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.
bufferClipGeometry
The clipping geometry to clip the features.
clipFeatureOptions
(optional) Determines the clipping behavior. (default value = ClipMode.PreserveArea)
Remarks
Clip intersects a set of feature with a geometry. The resulting geometry is determined by the clipFeatureOptions.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List