laptop and a wrench

不具合

Changes to an existing CompositeSymbol class by adding, removing, or updating the symbols contained, are not reflected in the display.

最後に公開された状態: April 5, 2019 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000091416
送信されましたOctober 14, 2015
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン10.2.6
オペレーティング システムWindows OS
オペレーティング システムのバージョン7.0 64 Bit
修正されたバージョン100.4
ステータスFixed

対処法

Re-create, modify, and reapply the composite symbol as shown in the following example code:// create a new composite symbolvar newCompoiteSymbol = new CompositeSymbol();// loop through all symbols in the existing composite symbolforeach (Symbol s in oldCompositeSymbol.Symbols) {// copy symbols from the existing composite symbol to the new onenewCompoiteSymbol.Symbols.Add(s);}// make desired changes for newCompoiteSymbol here ...// apply the new composite symbolforeach (Graphic g in gOverlay.Graphics)g.Symbol = newCompoiteSymbol;

再現の手順

不具合 ID: BUG-000091416

ソフトウェア:

  • ArcGIS Runtime SDK

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

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

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

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

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

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

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