ArcGIS Pro 2.6 API Reference Guide
LoadFromPath Method

ArcGIS.Desktop.Mapping Namespace > LayerDocument Class : LoadFromPath Method
A string represents a file path.
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 10, Windows 8.1, Windows 7

See Also

Reference

LayerDocument Class
LayerDocument Members