Saves the map document to the specfied file system path and 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(
	string path
)
Visual Basic (Declaration)
Public Shared Sub SaveDocument ( _
	path As String _
)

Parameters

path
Type: System..::.String

The path which includes the name and extension of the map document (e.g C:\Data\test.nmf).

Remarks

Version Information: This method is supported from version 2.0.0.1500.

See Also