Class SymbolStyleSearchResult
A search result object returned by symbol dictionary.
Inheritance
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SymbolStyleSearchResult
Remarks
This object is returned by symbol dictionary based on the search performed using search parameters. It contains the information related to name, tags, category, class type, key associated to a symbol. It also returns the symbol. You need to pass this handle to all style symbol search result functions. This object returns the results based on search performed in the symbol dictionary using the search parameters.
Properties
Name | Description |
---|---|
Category | Gets the category associated to a symbol. |
Key | Gets the key (unique identifier) associated to a symbol. |
Name | Gets the name associated to a symbol. |
SymbolClass | Gets the class associated to a symbol. |
Tags | Gets a string list of all the tags associated to a symbol. |
Methods
Name | Description |
---|---|
GetSymbolAsync() | Asynchronously returns a symbol from the search result. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |