public SliceCylinder( Camera transform, double radius, double height, SliceVolumeCullDirection cullDirection )
Public Function New( _ ByVal transform As Camera, _ ByVal radius As Double, _ ByVal height As Double, _ ByVal cullDirection As SliceVolumeCullDirection _ )
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.