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

In This Topic
    GetUseFirstPerspectiveImageryLayer Method
    In This Topic
    Gets 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 bool GetUseFirstPerspectiveImageryLayer()
    Public Function GetUseFirstPerspectiveImageryLayer() As Boolean
    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