Calling the image() method of a PictureMarkerSymbol before the image property is set, causes the application to crash without throwing an exception.
最後に公開された状態: September 13, 2016ArcGIS Runtime SDK
不具合 ID 番号
BUG-000092911
送信されました
December 10, 2015
最終更新日
June 5, 2024
適用対象
ArcGIS Runtime SDK
見つかったバージョン
10.2.6
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
7.0 64 Bit
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is a known issue for 10.2.x, but is fixed at Quartz. There is no setImage at Quartz. The only way to construct a PictureMarkerSymbol is to provide a QImage or QUrl, so the getter cannot be called before the setter, as it does not exist.