laptop and a wrench

Bug

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

Zuletzt veröffentlicht: April 5, 2019 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000091416
EingereichtOctober 14, 2015
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version10.2.6
BetriebssystemWindows OS
Betriebssystemversion7.0 64 Bit
Behoben in Version100.4
StatusFixed

Workaround

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;

Schritte zur Reproduzierung

Bug-ID: BUG-000091416

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln