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

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Return Value

A Symbol that has the same size, color, and other properties as the cloned Symbol.

Remarks

You can use this method to create a new instance of the Symbol class based on an existing symbol. This feature is useful if you want to add the same symbol more than once.

See Also