v.21.4New Features
Support Nullable Type for PolygonDictionary Attribute
SupportNullabletype forPolygonDictionaryattribute. #21890 (Maksim Kita).
Why it matters
This feature addresses the limitation ofPolygonDictionary not handling Nullable attribute types, allowing users to represent optional polygon data. It improves flexibility in dictionary usage by supporting cases where polygon values can be missing or undefined.How to use it
Users can definePolygonDictionary attributes with the Nullable type as usual in dictionary configuration files. The system will correctly process nullable polygon attributes without additional changes in queries or dictionary setup.