ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LayerDocument Class / LoadFromPath Method
A string represents a file path.

In This Topic
    LoadFromPath Method
    In This Topic
    Loads from Layer File (.lyrx) This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void LoadFromPath( 
       string layerXFile
    )
    Public Sub LoadFromPath( _
       ByVal layerXFile As String _
    ) 

    Parameters

    layerXFile
    A string represents a file path.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also