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

Description

A base class for multilayer symbol geometric effect.

Geometric effects are components of display rules that dynamically alter the representation of a symbol layer. If a multi layer symbol has multiple layers and an effect is applied to a specific layer, it will alter only that layer of the symbol.

Since
100.5
Inheritance diagram for AGSGeometricEffect:
AGSObject AGSDashGeometricEffect

Instance Methods

(BOOL) - isEqualToGeometricEffect:
 

Properties

AGSGeometricEffectType type
 

Method Documentation

◆ isEqualToGeometricEffect:

- (BOOL) isEqualToGeometricEffect: (AGSGeometricEffect *)  other

Compares whether this geometric effect is equal to another.

Parameters
othergeometric effect to compare this one to.
Returns
Whether the two geometric effects are equal.
Since
100.5

Property Documentation

◆ type

- (AGSGeometricEffectType) type
readnonatomicassign

Type of the geometric effect

Since
100.5