ArcGIS Pro 2.9 API Reference Guide
Planarize(Layer,Int64,Double,LinearUnit) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Planarize Method : Planarize(Layer,Int64,Double,LinearUnit) Method
The layer of the features to planarize.
The oid of the feature to planarize.
The cluster tolerance used while planarizing features(> xyTolerance of data).
The linear unit of the cluster tolerance.
Planarize features.
Syntax
Public Overloads Sub Planarize( _
   ByVal sourceLayer As Layer, _
   ByVal sourceOID As Long, _
   ByVal clusterTolerance As Double, _
   ByVal clusterToleranceUnit As LinearUnit _
) 

Parameters

sourceLayer
The layer of the features to planarize.
sourceOID
The oid of the feature to planarize.
clusterTolerance
The cluster tolerance used while planarizing features(> xyTolerance of data).
clusterToleranceUnit
The linear unit of the cluster tolerance.
Exceptions
ExceptionDescription
Layer and ObjectIDs cannot be null. List of ObjectIDs cannot be empty. clusterToleranceUnit must be specified with this overload.
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List