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

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Return Value

A new MapItem.

Remarks

See overloads for behavior on specificy subtypes.

Version Information: This method is supported from version 2.0.0.1500.

See Also