Returns a new unconnected PackageLayer with properties equal to the current PackageLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Return Value

A new PackageLayer.

Remarks

The new PackageLayer will not be connected to its data source, or present in the map.

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

See Also