Show / Hide Table of Contents

Class SymbolStyleSearchResult

A search result object returned by symbol dictionary.

Inheritance
System.Object
SymbolStyleSearchResult
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.