ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingOptions Class / AllowMergeToCreateNonPlanarPolygons Property

In This Topic
    AllowMergeToCreateNonPlanarPolygons Property
    In This Topic
    Gets and sets whether the merge tool merges z-aware polygons when they overlap.
    Syntax
    public bool AllowMergeToCreateNonPlanarPolygons {get; set;}
    Public Property AllowMergeToCreateNonPlanarPolygons As Boolean
    Remarks
    Set to true to merge polygon edges at different elevations. Set to false to prevent merge of polygon edges at different elevations.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also