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

In This Topic
    SliceRectangle Constructor(Camera,Double,Double,SliceRectangleCullDirection)
    In This Topic
    The default SliceRectangle constructor.
    Syntax

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also