|
ArcGIS Runtime SDK for iOS
100.9
|
A base class for fill symbol layers.
A base class for marker symbol layers representing a symbol layer used to render polygon geometries.
Instance Methods | |
| (BOOL) | - isEqualToSymbolLayer: |
Properties | |
| BOOL | colorLocked |
| BOOL | enabled |
| AGSSymbolLayerType | type |
| - (BOOL) isEqualToSymbolLayer: | (AGSSymbolLayer *) | other |
Compares whether two symbol layers are equal.
| other | symbol layer to compare this symbol layer to |
|
readwritenonatomicassigninherited |
Indicates whether or not the symbol layer is color locked. If YES, the layer's color will not change.
|
readwritenonatomicassigninherited |
Indicates whether or not the symbol layer is enabled. Layer will be rendered only when enabled.
|
readnonatomicassigninherited |
The type of the symbol layer. AGSSymbolLayerTypeUnknown is returned when an error occurs