Gets the category of the symbol, i.e. Civic, Health, Placemark.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

A string containing the name of category of the symbol.

Remarks

Symbol categories include: Civic, Flag, Health, Marine, Placemark, PointsofInterest, PublicSafety, Pushpin, Recreation, Sphere, Square, Stickpin, Transportation, and Weather.

See Also