Gets the query used to determine which group should drive the symbol sets in map viewers for a given culture. The query specified in this setting should be used as the query string parameter for a call to the groups. The first group returned should be selected, and those items shared with the group should be displayed as symbol sets. Ex: "title:'Esri Symbols' AND owner:esri"
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property SymbolSetsGroupQuery As String |
C# | |
---|
public string SymbolSetsGroupQuery {get;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also