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

In This Topic
    SliceCylinder Constructor(Camera,Double,Double,SliceVolumeCullDirection)
    In This Topic
    The default SliceCylinder constructor.
    Syntax

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also