ESRI.ArcGIS.Mobile
UniqueValuesPerSymbol Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > UniqueValueRenderer Class : UniqueValuesPerSymbol Property

Gets the symbol dictionary. The way UniqueValueRenderer are defined in ArcMap should be known before using this API. The symbol dictionary represents for each symbol index the collection of unique. A symbol may represents more than unique value (grouping). A unique value can be defined as a collection of values from different columns. Each list in the SymbolDictionary

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UniqueValuesPerSymbol As IList(Of IList(Of UniqueValue))
C# 
public IList<IList<UniqueValue>> UniqueValuesPerSymbol {get;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also