ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SliceBox Class / SliceBox Constructor / SliceBox Constructor(SliceBox)
The SliceBox object to copy

In This Topic
    SliceBox Constructor(SliceBox)
    In This Topic
    Copy constructor. Useful creating a duplicate SliceBox to use in another MapView.
    Syntax
    Public Function New( _
       ByVal sliceBox As SliceBox _
    )
    public SliceBox( 
       SliceBox sliceBox
    )

    Parameters

    sliceBox
    The SliceBox object to copy
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also