laptop and a wrench

不具合

The renderer.GetSymbol(GeoElement) method returns wrong result with the unique value renderer with multiple fields, if a field contains a null value.

ArcGIS Maps SDK for .NET
不具合 ID 番号 BUG-000157715
送信されましたApril 21, 2023
最終更新日October 11, 2023
適用対象ArcGIS Maps SDK for .NET
見つかったバージョン200.0
オペレーティング システムWindows OS
オペレーティング システムのバージョン11.0 64 bit
ステータスIn Product Plan

対処法

If an attribute has a <no value>, replace it with the “<Null>” text. Example:

if (feature.Attributes["NrofPeople"] == null)

{

  feature.Attributes["NrofPeople"] = "<Null>";

}

var symbol = renderer.GetSymbol(feature);

再現の手順

不具合 ID: BUG-000157715

ソフトウェア:

  • ArcGIS Maps SDK for .NET

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動