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

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

    Parameters

    sliceRect
    The SliceRectangle object to copy
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also