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

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

    Parameters

    sliceSphere
    The SliceSphere object to copy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also