Results of search operations on a symbol style.
Instances of this class represent the results of searchSymbolsWithParameters:completion: (AGSSymbolStyle). It contains the information related to name, tags, category, class type, and key associated to a symbol. It also returns the symbol.
- See also
- searchSymbolsWithParameters:completion: (AGSSymbolStyle)
- Since
- 100
§ category
Category associated with the result symbol
- Since
- 100
§ key
Key (unique identifier) associated with the result symbol
- Since
- 100
§ name
Name associated with the result symbol
- Since
- 100
§ symbol
The symbol from the search result. An AGSSymbol.
- Since
- 100.0
§ symbolClass
| - (NSString*) symbolClass |
|
readnonatomiccopy |
Class associated with the result symbol
- Since
- 100
§ tags
| - (NSArray<NSString*>*) tags |
|
readnonatomiccopy |
Tags associated with the result symbol
- Since
- 100