Show / Hide Table of Contents

Class SymbolStyleSearchResult

A search result object returned by symbol dictionary.

Inheritance
System.Object
SymbolStyleSearchResult
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class SymbolStyleSearchResult : object
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.

Symbol

Gets the cim symbol from the search result.

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 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.