ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / SliceType Enumeration

In This Topic
    SliceType Enumeration
    In This Topic
    Options for use with the GeometryEngine.SlicePolygonIntoEqualParts function.
    Syntax
    Members
    MemberDescription
    Blocks Slice into equal area blocks, not necessarily strips. The slicing is done recursively, each time slicing the polygon into two parts along the larger dimension (height or width).
    Strips Slice into strips.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.SliceType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also