Returns a String representation of this Symbol.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public override string ToString()
Visual Basic (Declaration)
Public Overrides Function ToString As String

Return Value

A String that represents this Symbol.

Remarks

This override of Object.ToString returns a string containing the name and the identifier (if applicable) of the Symbol represented by this object.

See Also