ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SliceSphere Class / SetTransform Method

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

    Parameters

    transform
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also