ArcGIS Runtime SDK for iOS: AGSDictionarySymbolStyleConfiguration Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSDictionarySymbolStyleConfiguration Class Reference

Description

Configuration settings for a custom AGSDictionarySymbolStyle.

These configuration settings are returned from an AGSDictionarySymbolStyle.

Since
100.6
Inheritance diagram for AGSDictionarySymbolStyleConfiguration:
AGSObject

Properties

NSArray< id > * domain
 
NSString * info
 
NSString * name
 
id value
 

Property Documentation

◆ domain

- (NSArray<id>*) domain
readnonatomiccopy

Returns the list of possible values for this configuration property.

Since
100.6

◆ info

- (NSString*) info
readnonatomiccopy

Returns a description of the configuration as defined by the style author.

Since
100.6

◆ name

- (NSString*) name
readnonatomiccopy

Returns the name of the property as defined by the style configuration.

Since
100.6

◆ value

- (id) value
readwritenonatomicstrong

Gets or sets the value of the configuration property. The configuration may be defined with a default value.

Since
100.6