Saves the map document to a default location with a unique name.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static void SaveDocument()
Visual Basic (Declaration)
Public Shared Sub SaveDocument

Remarks

The map is saved to the MyDocuments\ArcGIS Explorer folder, which is the default location for Explorer map documents. The name is composed of the word "Map" plus a number to make the file unique within the folder.

Version Information: This method is supported from version 2.0.0.1500.

See Also