ArcGIS Pro 2.6 API Reference Guide
Save Method (LayerDocument)

ArcGIS.Desktop.Mapping Namespace > LayerDocument Class : Save Method
A string represents a file path.
Save as a Layer File (.lyrx) This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void Save( 
   string layerXFilePath
)
Public Sub Save( _
   ByVal layerXFilePath As String _
) 

Parameters

layerXFilePath
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