ArcGIS Runtime SDK for iOS
100.15
|
The query parameters to use when searching for applicable named trace configuration objects. If none of the parameters are set the query will return all available named trace configurations. In the query the values in each property are combined using a logical OR and between each property a logical AND is used.
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(instancetype) | + utilityNamedTraceConfigurationQueryParameters |
Properties | |
NSArray< NSString * > * | creators |
NSArray< NSUUID * > * | globalIDs |
NSArray< NSString * > * | names |
NSArray< NSString * > * | tags |
- (instancetype) init |
Creates an AGSUtilityNamedTraceConfigurationQueryParameters
object.
+ (instancetype) utilityNamedTraceConfigurationQueryParameters |
Creates an AGSUtilityNamedTraceConfigurationQueryParameters
object.
|
readwritenonatomiccopy |
The creators of the named trace configurations.
|
readwritenonatomiccopy |
The global IDs of the named trace configurations.
|
readwritenonatomiccopy |
The names of the named trace configurations.
|
readwritenonatomiccopy |
The user tags of the named trace configurations.