public SliceBox( Camera transform, double width, double height, double depth, SliceVolumeCullDirection cullDirection )
Public Function New( _ ByVal transform As Camera, _ ByVal width As Double, _ ByVal height As Double, _ ByVal depth As Double, _ ByVal cullDirection As SliceVolumeCullDirection _ )
Parameters
- transform
- A Camera object used for to define the position and heading of the SliceBox. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
- width
- The width of the box.
- height
- The height of the box.
- depth
- The depth of the box.
- cullDirection
- On which side of the box should geometry be cut away.