| Bug ID Number |
BUG-000133771 |
| Submitted | September 11, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.8 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
ArcGIS Runtime SDK for .NET does not support Python label expressions. Only simple expressions and Arcade expressions are supported. If however the expression is Python and just a simple field name, during packaging a label class definition is published using the simple-expression format (effectively converting from Python to simple expression).
Workaround
Use double quotation marks for the Python labeling expressions.
Steps to Reproduce