ArcGIS Runtime SDK for iOS: AGSFillSymbolLayer Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSFillSymbolLayer Class Reference

Description

A base class for fill symbol layers.

A base class for marker symbol layers representing a symbol layer used to render polygon geometries.

Since
100.5
Inheritance diagram for AGSFillSymbolLayer:
AGSSymbolLayer AGSObject AGSHatchFillSymbolLayer AGSPictureFillSymbolLayer AGSSolidFillSymbolLayer

Instance Methods

(BOOL) - isEqualToSymbolLayer:
 

Properties

BOOL colorLocked
 
BOOL enabled
 
AGSSymbolLayerType type
 

Method Documentation

§ isEqualToSymbolLayer:()

- (BOOL) isEqualToSymbolLayer: (AGSSymbolLayer *)  other

Compares whether two symbol layers are equal.

Parameters
othersymbol layer to compare this symbol layer to
Returns
YES if the symbol layers are equal
Since
100.5

Property Documentation

§ colorLocked

- (BOOL) colorLocked
readwritenonatomicassigninherited

Indicates whether or not the symbol layer is color locked. If YES, the layer's color will not change.

Since
100.5

§ enabled

- (BOOL) enabled
readwritenonatomicassigninherited

Indicates whether or not the symbol layer is enabled. Layer will be rendered only when enabled.

Since
100.5

§ type

- (AGSSymbolLayerType) type
readnonatomicassigninherited

The type of the symbol layer. AGSSymbolLayerTypeUnknown is returned when an error occurs

Since
100.5