Show / Hide Table of Contents

Class SymbolStyleSearchParameters

Search parameters used to search for symbol primitives in a symbol dictionary.

Inheritance
System.Object
SymbolStyleSearchParameters
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 SearchSymbolsAsync(SymbolStyleSearchParameters) For example, you may want to search for any symbols where the category is "2", the name contains "destroyed", and the tags contain "Protection Lines". You need to pass this handle to all style symbol search parameters functions. This object allows you to set the parameters in order to perform a search on symbol dictionary.

Constructors

Name Description
SymbolStyleSearchParameters()

Initializes a new instance of the SymbolStyleSearchParameters class.

Properties

Name Description
Categories

Gets a string list of all the categories defined in database used for search.

CategoriesStrictlyMatch

Gets or sets a value indicating whether the categories parameter is to be matched exactly against the database.

IsEmpty

Gets a value indicating whether all the parameters are empty.

Keys

Gets a string list of all the keys (unique identifiers) used for search.

KeysStrictlyMatch

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.

NamesStrictlyMatch

Gets or sets a value indicating whether the names parameter is to matched exactly against the database.

SymbolClasses

Gets a list of all the symbol classes(symbol types) used for search. e.g. Point, Line, Polygon.

SymbolClassesStrictlyMatch

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.

TagsStrictlyMatch

Gets or sets a value indicating whether the tags parameter is to matched exactly against the database.

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.