Class SymbolStyleSearchParameters
Search parameters used to search for symbol primitives in a SymbolDictionary.
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SymbolStyleSearchParameters
Remarks
StyleSymbolSearchParameters allow you to specify different parameters when searching a symbol dictionary with SearchSymbolsAsync(SymbolStyleSearchParameters) For example, you may want to search for any symbols where the category is "2", the name contains "destroyed", and the tags contain "Protection Lines". You need to pass this handle to all style symbol search parameters functions. This object allows you to set the parameters in order to perform a search on symbol dictionary.
Constructors
Name | Description |
---|---|
SymbolStyleSearchParameters() | Initializes a new instance of the SymbolStyleSearchParameters class. |
Properties
Name | Description |
---|---|
Categories | Gets a string list of all the categories defined in database used for search. |
CategoriesStrictlyMatch | Gets or sets a value indicating whether the categories parameter is to be matched exactly against the database. |
IsEmpty | Gets a value indicating whether all the parameters are empty. |
Keys | Gets a string list of all the keys (unique identifiers) used for search. |
KeysStrictlyMatch | Gets or sets a value indicating whether the keys parameter is to be matched exactly against the database. |
Names | Gets a string list of all the names used for search. |
NamesStrictlyMatch | Gets or sets a value indicating whether the names parameter is to matched exactly against the database. |
SymbolClasses | Gets a list of all the symbol classes(symbol types) used for search. e.g. Point, Line, Polygon. |
SymbolClassesStrictlyMatch | Gets or sets a value indicating whether the symbol classes parameter is to be matched exactly against the database. |
Tags | Gets a string list of all the tags used for search. |
TagsStrictlyMatch | Gets or sets a value indicating whether the tags parameter is to matched exactly against the database. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |