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

Description

Abstract base class for the different types of expressions that can be used to create label text. Users can read the expression script using the AGSLabelExpression::expression property. To specify an expression script, users create an object of type AGSArcadeLabelExpression, AGSSimpleLabelExpression or AGSWebmapLabelExpression with the required expression script and assign it to the label expression object.

Since
100.11
Inheritance diagram for AGSLabelExpression:
AGSObject AGSArcadeLabelExpression AGSSimpleLabelExpression AGSWebmapLabelExpression

Properties

NSString * expression
 

Property Documentation

◆ expression

- (NSString*) expression
readwritenonatomiccopy

The label expression script string. The expression is expected to be a complete, self-contained label expression in the language specified by the label expression subclass object.

Since
100.11