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

In This Topic
    SliceVolumeCullDirection Enumeration
    In This Topic
    Defines on which side of a Slice 3D volume should geometry be cut away.
    Syntax
    public enum SliceVolumeCullDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SliceVolumeCullDirection 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Inward Inward: Geometry inside of the volume is cut away.
    Outward Outward: Geometry outside of the volume is cut away.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also