Show / Hide Table of Contents

Method SearchSymbolsAsync

SearchSymbolsAsync(SymbolStyleSearchParameters)

Returns a collection of SymbolStyleSearchResult objects.

Declaration
public Task<IList<SymbolStyleSearchResult>> SearchSymbolsAsync(SymbolStyleSearchParameters searchParameters)
Parameters
Type Name Description
SymbolStyleSearchParameters searchParameters

The style symbol search parameters used to search primitives in the symbol dictionary.

Returns
Type Description
Task<IList<SymbolStyleSearchResult>>

The task object representing the asynchronous save as operation. The value of the task result is a collection of SymbolStyleSearchResult object.

Remarks

This asynchronous task searches for symbol primitives in the symbol style. The input searchParameters define what is searched for. For example, you could search for all symbols that have the tag 'airspace'. You can also set the match to be strict or not, which will determine if the search uses '=' or 'LIKE' for each parameter.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14
In This Article
Back to top Copyright © 2021 Esri.