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
◆ expression
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