ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class / SetUseFirstPerspectiveImageryLayer Method

In This Topic
    SetUseFirstPerspectiveImageryLayer Method
    In This Topic
    Sets if the application will work in the perspective view when an appropriate layers is added to a map. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetUseFirstPerspectiveImageryLayer( 
       bool usePerspectiveView
    )
    Public Sub SetUseFirstPerspectiveImageryLayer( _
       ByVal usePerspectiveView As Boolean _
    ) 

    Parameters

    usePerspectiveView
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    This setting is used to specify if perspective imagery is displayed in image analysis mode, based on the image's coordinate system—columns and rows—rather than a map coordinate system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also