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

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Return Value

A new Graphic.

See Also