ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SliceBox Class / SetTransform Method

In This Topic
    SetTransform Method (SliceBox)
    In This Topic
    Sets the SliceBox's Transform to update its position, heading, or pitch. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
    Syntax
    public void SetTransform( 
       Camera transform
    )
    Public Sub SetTransform( _
       ByVal transform As Camera _
    ) 

    Parameters

    transform
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also