ArcGIS Pro 2.9 API Reference Guide
SliceRectangleCullDirection Enumeration

ArcGIS.Desktop.Mapping Namespace : SliceRectangleCullDirection Enumeration
Defines on which side of a SliceRectangle should geometry be cut away.
Syntax
public enum SliceRectangleCullDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum SliceRectangleCullDirection 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Backward Backward: On the negative side of the rectangles face normal.
Camera Camera: The culling direction flips automatically to allows cull towards the scene camera.
Forward Forward: On the positive side of the rectangles face normal.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Mapping.SliceRectangleCullDirection

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Desktop.Mapping Namespace