Saves the current instance of the MapItemFile to disk.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void Save()
Visual Basic (Declaration)
Public Sub Save

Remarks

If you have created a new MapItemFile (instead of loading an existing one), you must specify the path to the map content file (.nmc). The path can be specified when you first create the MapItemFile or by setting the Path property of the MapItemFile.

See Also