Class SymbolStyleSearchParameters
Search parameters used to search for symbol primitives in a symbol dictionary.
Inheritance
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SymbolStyleSearchParameters
Remarks
SymbolStyleSearchParameters allow you to specify different parameters when searching a symbol dictionary with
Search
Constructors
Name | Description |
---|---|
Symbol |
Initializes a new instance of the Symbol |
Properties
Name | Description |
---|---|
Categories | Gets a string list of all the categories defined in database used for search. |
Categories |
Gets or sets a value indicating whether the categories parameter is to be matched exactly against the database. |
Is |
Gets a value indicating whether all the parameters are empty. |
Keys | Gets a string list of all the keys (unique identifiers) used for search. |
Keys |
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. |
Names |
Gets or sets a value indicating whether the names parameter is to matched exactly against the database. |
Symbol |
Gets a list of all the symbol classes(symbol types) used for search. e.g. Point, Line, Polygon. |
Symbol |
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. |
Tags |
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 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |