Gets or sets the identifying name of the symbol.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public string Name { get; set; }
Visual Basic (Declaration)
Public Property Name As String

Field Value

A string identifying the name of the symbol.

Remarks

The Name property identifies the symbol within each Category. Examples include ATM, City, and Hospital.

See Also