ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class / SetProxyFileLocation Method
The directory location.

In This Topic
    SetProxyFileLocation Method
    In This Topic
    Sets the proxy file location. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetProxyFileLocation( 
       string path
    )
    Public Sub SetProxyFileLocation( _
       ByVal path As String _
    ) 

    Parameters

    path
    The directory location.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    The directory path must exist. If the directory does not exist, then the proxy file location is set to empty.

    If the proxy file location is changed, you MUST restart ArcGIS Pro for the change to take effect.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also