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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Planarize Method : Planarize(Layer,Int64,Nullable<Double>) Method
The layer of the feature to planarize.
The oid of the feature to planarize.
(optional) The cluster tolerance used while planarizing features. (default value = null, otherwise must be at least the XY tolerance of the data)
Planarize feature.
Syntax
Public Overloads Sub Planarize( _
   ByVal sourceLayer As Layer, _
   ByVal sourceOid As Long, _
   Optional ByVal clusterTolerance As Nullable(Of Double) _
) 

Parameters

sourceLayer
The layer of the feature to planarize.
sourceOid
The oid of the feature to planarize.
clusterTolerance
(optional) The cluster tolerance used while planarizing features. (default value = null, otherwise must be at least the XY tolerance of the data)
Exceptions
ExceptionDescription
Layer and ObjectIDs cannot be null. List of ObjectIDs cannot be empty.
Insufficient license. This method requires a standard license.
Remarks

If the clusterTolerance is null, then the default will be to use the sourceLayer's spatial reference XY Tolerance.

The clusterTolerance is assumed to be in the units of the sourceLayer's spatial reference XY Tolerance.

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List