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

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Return Value

A new Folder.

Remarks

The RootMap and Parent properties of the new Folder will be null, as the new object is not part of the map. The Tag propery is not cloned and will also be null.

The Id property of the new Folder will be different to that of the source object, as MapItem Ids are unique.

Version Information: This method is supported from version 2.0.0.1500.

See Also