ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SliceBox Class / SliceBox Constructor / SliceBox Constructor(Camera,Double,Double,Double,SliceVolumeCullDirection)
A Camera object used for to define the position and heading of the SliceBox. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
The width of the box.
The height of the box.
The depth of the box.
On which side of the box should geometry be cut away.

In This Topic
    SliceBox Constructor(Camera,Double,Double,Double,SliceVolumeCullDirection)
    In This Topic
    The default SliceBox constructor.
    Syntax

    Parameters

    transform
    A Camera object used for to define the position and heading of the SliceBox. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
    width
    The width of the box.
    height
    The height of the box.
    depth
    The depth of the box.
    cullDirection
    On which side of the box should geometry be cut away.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also