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

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

    Parameters

    sliceCylinder
    The SliceCylinder object to copy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also