ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SliceRectangleCullDirection Enumeration

In This Topic
    SliceRectangleCullDirection Enumeration
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also