Creates a new map document in memory.

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 NewDocument()
Visual Basic (Declaration)
Public Shared Sub NewDocument

Remarks

The document will be given a default name with the following format - "MapX" where X is is a number that makes the file unique in the MyDocuments/ArcGIS Explorer folder. Should you wish to save the map document then call the SaveDocument immediately.

Version Information: This method is supported from version 2.0.0.1500.

See Also