ArcGIS Pro 2.9 API Reference Guide
SaveAsFile(String,Boolean) Method

ArcGIS.Desktop.Mapping Namespace > Map Class > SaveAsFile Method : SaveAsFile(String,Boolean) Method
A string represent the full path of the output file.
Set to true to overwrite the mapx file if it already exists
Saves the map as a mapx file. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void SaveAsFile( 
   string fullPathToMapXFile,
   bool overwrite
)
Public Overloads Sub SaveAsFile( _
   ByVal fullPathToMapXFile As String, _
   ByVal overwrite As Boolean _
) 

Parameters

fullPathToMapXFile
A string represent the full path of the output file.
overwrite
Set to true to overwrite the mapx file if it already exists
Exceptions
ExceptionDescription
value fullPathToMapXFile cannot be null
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
A suffix of .mapx is added if the filename does not have one or has a different suffix. To overwrite an existing file of the same name, set overwrite = true.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Map Class
Map Members
Overload List