ArcGIS Pro 2.8 API Reference Guide
SliceType Enumeration

ArcGIS.Core.Geometry Namespace : SliceType Enumeration
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 10, Windows 8.1

See Also

Reference

ArcGIS.Core.Geometry Namespace