Returns a new Map with properties equal to the current Map.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public Map Clone()
Visual Basic (Declaration)
Public Function Clone As Map

Return Value

A new Map.

Remarks

All of the items in the Map will be new copies of the original items. Any layers in the new Map will not be connected to their data sources.

Version Information: This method is supported from version 2.0.0.1500.

See Also