ArcGIS Pro 2.7 API Reference Guide
Planarize(Layer,IEnumerable<Int64>,Nullable<Double>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Planarize Method : Planarize(Layer,IEnumerable<Int64>,Nullable<Double>) Method
The layer of the features to planarize.
The oids of the features to planarize.
(optional) The cluster tolerance used while planarizing features. (default value = null)
Planarize features.
Syntax

Parameters

sourceLayer
The layer of the features to planarize.
sourceOIDs
The oids of the features to planarize.
clusterTolerance
(optional) The cluster tolerance used while planarizing features. (default value = null)
Exceptions
ExceptionDescription
Layer and ObjectIDs cannot be null. List of ObjectIDs cannot be empty.
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List