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

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Return Value

A new Note.

Remarks

All of the reference type properties of the new Note will be new copies of the original object. The new Note will not be be a member of any Map, regardless of if the original Note was a member of a Map.

Version Information: This method is supported from version 2.0.0.1500.

See Also