ArcGIS Pro 3.4 API Reference Guide
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.
Version

    Planarize(Layer,Int64,Double,LinearUnit) Method
    Planarize features.
    Syntax

    Parameters

    layer
    The layer of the features to planarize.
    oid
    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 cannot be null.
    clusterToleranceUnit cannot be null.
    Insufficient license. This method requires a standard license.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also